History log of /system/core/base/strings.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
d81f75ae41b2eed4ae7b0911f250778f3e6ec9c2 25-Apr-2015 Elliott Hughes <enh@google.com> Remove strtok from adb.

Also fix android::base::Split to behave like Java, Python, and google3.

(cherry picked from commit 8d5fa6da44d56511b3e173bc463cbc65ff221b4a)

Change-Id: I9388ae37ee8dd4a4a6c2a9a19f068b70d9a78353
/system/core/base/strings.cpp
4b3f533be9a29bc44fae6a94cdbbdc8eb1adaa3c 27-Mar-2015 Dan Albert <danalbert@google.com> Include what we use.

Change-Id: If510431d3d445de94f781b4fdec2e1b445f7c294
/system/core/base/strings.cpp
47328c96d91ca71b57b8976df2df1fe51579a955 19-Mar-2015 Dan Albert <danalbert@google.com> Update string Split API.

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
/system/core/base/strings.cpp
0f1e54491ceace259d156313e583aeffbcd9b444 14-Mar-2015 Dan Albert <danalbert@google.com> Add common string utilities to libbase.

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
/system/core/base/strings.cpp