summaryrefslogtreecommitdiffstats
path: root/base/strings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Remove strtok from adb.Elliott Hughes2015-04-281-10/+3
| | | | | | | | Also fix android::base::Split to behave like Java, Python, and google3. (cherry picked from commit 8d5fa6da44d56511b3e173bc463cbc65ff221b4a) Change-Id: I9388ae37ee8dd4a4a6c2a9a19f068b70d9a78353
* Include what we use.Dan Albert2015-03-261-0/+1
| | | | Change-Id: If510431d3d445de94f781b4fdec2e1b445f7c294
* Update string Split API.Dan Albert2015-03-231-14/+26
| | | | | | | | | Return a new vector rather than appending to the parameter. Delimiters are also a string rather than a character. Split on any character in the string. Change-Id: I039b332ace5578590df9e7ca0e8fa3db28db30a3
* Add common string utilities to libbase.Dan Albert2015-03-161-0/+111
These are useful outside of ART. Nothing changed (aside from fixing Trim to not segfault on empty strings), so ART should be able to move to using these. Change-Id: Id026ebffe8d31f784a91834786ab189680b13a0f