summaryrefslogtreecommitdiffstats
path: root/base/strings
Commit message (Expand)AuthorAgeFilesLines
* StringToUint should output zero on negative numbers.davidben2016-02-272-4/+6
* Refactor StringPiece hash.bnc2016-02-061-21/+14
* Allow string::front() and back() and update the codebase to use back().pkasting2016-02-051-0/+2
* Allow std::unordered_*.davidben2016-01-223-6/+31
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-213-31/+6
* Allow std::unordered_*.davidben2016-01-213-6/+31
* Don't unnecessarily copy stringsarjanl2016-01-053-18/+128
* Switch to standard integer types in base/.avi2015-12-262-0/+3
* Switch to standard integer types in base/strings/.avi2015-12-2532-107/+164
* Remove kint32max.avi2015-12-101-10/+12
* clang/win: Let some chromium_code targets build with -Wextra.thakis2015-12-101-12/+8
* base: get rid of deprecated TrimWhitespace() functiontfarina2015-12-063-15/+1
* Remove kint64min.avi2015-12-031-201/+209
* Switch to static_assert in base/.avi2015-11-242-14/+10
* base: Remove deprecated CaseInsensitiveCompareDeprecated struct.tfarina2015-11-171-12/+0
* include what you use: errno.h and string.h in base/mostynb2015-11-071-0/+3
* Update StringPrintfTest.Invalid for VS 2015brucedawson2015-11-051-3/+7
* Annotate more functions with _Printf_format_string_brucedawson2015-10-202-11/+8
* Make base::IsUnicodeWhitespace('\0') return false.eroman2015-10-133-3/+30
* Use #if DCHECK_IS_ON() in base/strings/string_piece.*olli.raula2015-10-122-3/+4
* Detecting and fixing stringprintf.h format bugsbrucedawson2015-10-061-13/+28
* Optimise IntToString by avoiding string allocation.ricea2015-09-251-11/+13
* Switch IntToStringT to base/numericsjschuh2015-09-241-68/+19
* Update Crashpad to 1a770c8237733e2f68bd506a99d05d82fe25fc6bmark2015-08-181-13/+0
* Updates to StringSplit implementationbrettw2015-08-133-96/+62
* Updates to base unittests so they run correctly in libchrome on Androidarihc2015-08-121-3/+3
* Remove remaining legacy SplitString calls.brettw2015-08-123-179/+10
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-16/+0
* Remove outdated versions of StartsWith and EndsWith from string_util.cciceman2015-08-111-36/+1
* RFC 2459 name comparison.mattm2015-08-111-1/+0
* Default to 1 when --force-device-scale-factor has an invalid value.thestig2015-08-081-1/+5
* Replace StringToLowerASCII with base::ToLowerASCIIbrettw2015-08-063-34/+74
* 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