summaryrefslogtreecommitdiffstats
path: root/base/strings.cpp
Commit message (Expand)AuthorAgeFilesLines
* [base] Convert Starts/Ends/Equals string functions to string_viewYurii Zubrytskyi2019-03-211-40/+15
* libbase: support char parameter in StartsWith/EndsWith.Yabin Cui2018-10-301-0/+8
* Add std::string StartsWith*/EndsWith* overloads.Elliott Hughes2017-12-201-4/+20
* Fix ubsan failure in android::base::Split.Elliott Hughes2017-02-131-2/+3
* bootable/recovery wants EqualsIgnoreCase.Elliott Hughes2017-01-131-0/+4
* Add StartsWithIgnoreCase/EndsWithIgnoreCase.Elliott Hughes2016-10-251-3/+15
* Track rename of base/ to android-base/.Elliott Hughes2015-12-041-1/+1
* Make Join support string delimitersCasey Dahlin2015-11-021-0/+2
* Generalize Join to work for any container/element.Dan Albert2015-05-221-19/+4
* Remove strtok from adb.Elliott Hughes2015-04-271-10/+3
* Include what we use.Dan Albert2015-03-261-0/+1
* Update string Split API.Dan Albert2015-03-231-14/+26
* Add common string utilities to libbase.Dan Albert2015-03-161-0/+111