Commit message (Expand) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libbase: add ConsumePrefix/ConsumeSuffix. | Elliott Hughes | 2020-03-13 | 1 | -0/+16 |
* | libbase: support char parameter in StartsWith/EndsWith. | Yabin Cui | 2018-10-30 | 1 | -0/+12 |
* | Add std::string StartsWith*/EndsWith* overloads. | Elliott Hughes | 2017-12-20 | 1 | -0/+20 |
* | Add test for android::base::Split with a trailing empty part. | Tom Cherry | 2017-10-26 | 1 | -0/+8 |
* | Fix ubsan failure in android::base::Split. | Elliott Hughes | 2017-02-13 | 1 | -0/+4 |
* | bootable/recovery wants EqualsIgnoreCase. | Elliott Hughes | 2017-01-13 | 1 | -0/+7 |
* | Add StartsWithIgnoreCase/EndsWithIgnoreCase. | Elliott Hughes | 2016-10-25 | 1 | -8/+77 |
* | Track rename of base/ to android-base/. | Elliott Hughes | 2015-12-04 | 1 | -1/+1 |
* | Generalize Join to work for any container/element. | Dan Albert | 2015-05-22 | 1 | -0/+13 |
* | Remove strtok from adb. | Elliott Hughes | 2015-04-27 | 1 | -5/+8 |
* | Update string Split API. | Dan Albert | 2015-03-23 | 1 | -8/+27 |
* | Add common string utilities to libbase. | Dan Albert | 2015-03-16 | 1 | -0/+142 |