summaryrefslogtreecommitdiffstats
path: root/base/strings.cpp
Commit message (Collapse)AuthorAgeFilesLines
* 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