summaryrefslogtreecommitdiffstats
path: root/base/strings
Commit message (Expand)AuthorAgeFilesLines
* StringPiece shouldn't "fix" out-of-order iterators.brettw2015-07-272-3/+33
* Make UTF16ToASCII and UTF16TOUTF8 take a StringPiecebrettw2015-07-242-13/+19
* Unify LowerCaseEqualsASCII and EqualsASCII functions.brettw2015-07-232-80/+42
* Remove legacy StartsWithASCII function.brettw2015-07-161-10/+0
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-58/+69
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-162-69/+58
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-162-58/+69
* Move ReplaceStringPlaceholders to base namespace.brettw2015-07-152-70/+62
* Move JoinString to the base namespace.brettw2015-07-153-52/+15
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-143-15/+52
* Move JoinString to the base namespace.brettw2015-07-143-52/+15
* Remove CaseInsensitiveCompare from string_util.hbrettw2015-07-142-17/+23
* Replace base::str[n]casecmp with helper functions.brettw2015-07-105-30/+103
* Remove base::strncmp16.brettw2015-07-093-15/+0
* Add a FoldCase function, improve ToLower/ToUpper.brettw2015-07-091-2/+3
* Move WriteInto to base namespace.Brett Wilson2015-07-073-27/+42
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-063-142/+0
* Move MatchPattern to its own header and the base namespace.brettw2015-07-066-204/+245
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-062-6/+19
* Update base::StartsWith calls to new form.brettw2015-07-061-1/+0
* Add more string_util functions to base namespace.brettw2015-06-242-49/+58
* Fix -INT_MIN integer overflow in string_number_conversions.cc.tnagel2015-06-241-1/+6
* Replace some Tokenize calls with SplitString.brettw2015-06-241-1/+1
* Move more string_util functions to base namespace.brettw2015-06-243-31/+37
* Write new Starts/EndsWith and convert FilePath functions to StringPiece.brettw2015-06-162-45/+139
* Move EndsWith to base namespace.brettw2015-06-122-11/+14
* Add new SplitString backend.brettw2015-06-127-165/+448
* Move StartsWith[ASCII] to base namespace.brettw2015-06-122-21/+16
* Move EqualsASCII to the base namespace.brettw2015-06-102-7/+7
* Remove ToUnsigned template.brettw2015-06-101-29/+0
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-092-19/+35
* Move StringToUpperASCII to base namespacebrettw2015-06-092-25/+25
* base: Remove the remaining usage of GG_(U)INTn_C macros.tfarina2015-05-181-13/+14
* Revert of Create net::FormatOriginForDisplay helper function. (patchset #8 id...palmer2015-05-161-5/+5
* Create net::FormatOriginForDisplay helper function.palmer2015-05-161-5/+5
* Reland "Enable libc++ on Android"jdduke2015-05-051-4/+0
* base/test/launcher: Don't trim leading whitespace from test outputnick2015-04-161-2/+0
* Declare string16 traits’ move() correctly.Mark Mentovai2015-03-201-1/+1
* Fix SysStrings unit test failure on Chromecasthalliwell2015-03-101-0/+6
* base: Use more specific CHECK macros for comparisons.danakj2015-03-092-7/+7
* base: Add/Fix namespace closing comments.danakj2015-03-073-3/+3
* Optimize implementation of "replace substrings after offset" utility function topkasting2015-02-121-9/+89
* Revert of Enable libc++ on Android (patchset #16 id:460001 of https://coderev...jam2015-02-071-3/+4
* Enable libc++ on Androidjdduke2015-02-061-4/+3
* Revert "Enable positional parameters for base::vsnprintf and base::vswprintf ...thakis2015-02-062-25/+6
* Fix variable shadowing warning in safe_sprintf in VS2015scottmg2015-01-271-3/+3
* Make wstring StringPrintf() functions Windows only.thestig2014-12-183-17/+16
* Generalizing conditional compilation logic for systems with native utf8 locale.halliwell2014-12-121-2/+1
* Remove GG_VA_COPY in favor of va_copyscottmg2014-12-112-35/+2
* Cleanup: Get rid of base::ASCIIToWide().thestig2014-12-083-12/+6