summaryrefslogtreecommitdiffstats
path: root/base/strings
Commit message (Expand)AuthorAgeFilesLines
* Revert 257524 "Move IsStringASCII/UTF8 to base namespace."brettw@chromium.org2014-03-172-28/+28
* Move IsStringASCII/UTF8 to base namespace.brettw@chromium.org2014-03-172-28/+28
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-145-36/+18
* Fix unreachable code warnings in base/. Found by MSVC warning 4702.pkasting@chromium.org2014-03-142-19/+12
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-113-67/+38
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-113-374/+580
* Cleanup SplitStringIntoKeyaluePairs implementation.pneubeck@chromium.org2014-03-112-107/+106
* Extend SplitStringIntoKeyValuePairs unit tests.pneubeck@chromium.org2014-03-082-91/+94
* Revert 255397 "Fill out the rest of the StringPiece functions fo..."brettw@chromium.org2014-03-073-578/+374
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-063-374/+578
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-032-17/+17
* Remove 'using base::string16;' from base/strings/string16.h and remove temporarydbeam@chromium.org2013-12-301-4/+0
* Remove char16 from the global namespace.avi@chromium.org2013-12-261-1/+0
* Remove UTF string conversion functions from the global namespace.avi@chromium.org2013-12-262-23/+8
* Revert of https://codereview.chromium.org/82963003/nkostylev@chromium.org2013-12-133-31/+25
* Cleanup: Make more wstring functions Windows-only.thestig@chromium.org2013-12-133-25/+31
* Disable kSSizeMaxConst COMPILE_ASSERT() for Android / Mac / IOSch.dumez@samsung.com2013-12-071-6/+7
* Remove C++11 specific version of SafeSNPrintf()ch.dumez@samsung.com2013-12-062-37/+1
* Move RemoveChars, ReplaceChars, TrimString, and TruncateUTF8ToByteSize to bas...brettw@chromium.org2013-12-032-26/+26
* Move more uses of string16 to specify base::brettw@chromium.org2013-12-034-53/+64
* Move EmptyString, kWhitespace and the BOM to base.brettw@chromium.org2013-12-023-26/+36
* Cleanup: Remove many unused wstring string_utils.thestig@chromium.org2013-11-223-171/+54
* Cleanup: Fix a typo in string_split.h.thestig@chromium.org2013-11-201-3/+3
* Add support for unsigned int32 in string_number_conversionszverre@yandex-team.ru2013-10-233-0/+79
* Switch the offset conversion routines from an "offsets point at characters"pkasting@chromium.org2013-09-113-27/+39
* Second attempt at introducing SafeSPrintf().markus@chromium.org2013-09-054-0/+1886
* Revert "Added a new base::strings::SafeSPrintf() function that can"tkent@chromium.org2013-09-024-1890/+0
* Disable EmitNULL test for Widows x64.tkent@chromium.org2013-09-021-1/+7
* Added a new base::strings::SafeSPrintf() function that canmarkus@chromium.org2013-09-014-0/+1884
* Omnibox: Create DemoteByType Experimentmpearson@chromium.org2013-08-092-8/+9
* mac: Replace base::mac::ScopedCFTypeRef with base::ScopedCFTypeRef.thakis@chromium.org2013-06-241-8/+7
* Use a direct include of strings headers, delete some strings forwarding headers.avi@chromium.org2013-06-201-1/+1
* Remove "using" from nullable string now that all users are updated.avi@chromium.org2013-06-191-4/+0
* Replace base::NullableString16(bool) usage with default constructor.darin@chromium.org2013-06-181-1/+0
* Add support using EXPECT_EQ with NullableString16 objects.darin@chromium.org2013-06-173-1/+67
* Move nullable_string16.h to the string subdirectory.avi@chromium.org2013-06-131-0/+37
* add more string -> unsigned number conversion unit tests (attempt 2)mostynb@opera.com2013-06-131-1/+206
* Rename base/hash_tables to base/containers/hash_tables.brettw@chromium.org2013-06-111-4/+4
* Use a direct include of strings headers in base/.avi@chromium.org2013-06-1014-16/+16
* Move string files in base/ to the string subdirectory.avi@chromium.org2013-06-0812-0/+3708
* Use a direct include of utf_string_conversions.h in android_webview/, apps/, ...avi@chromium.org2013-06-077-7/+7
* Move latin1_string_conversions to baseabarth@chromium.org2013-05-292-0/+51
* Revert 201204 "add more string -> unsigned number conversion uni..."hashimoto@chromium.org2013-05-211-197/+0
* add more string -> unsigned number conversion unit testsmostynb@opera.com2013-05-211-0/+197
* Move utf_string_conversions to strings/ and add namespace.brettw@chromium.org2013-05-063-0/+468
* Stop overwriting errno in base::StringPrintf, StringAppendV, and StringToDouble.yusukes@chromium.org2013-05-022-1/+8
* Feeding negative numbers to the HexStringToUInt64 should fail, with output 0 ...mostynb@opera.com2013-05-013-8/+12
* Avoid C++11 narrowing errors.raphael.kubo.da.costa@intel.com2013-04-191-4/+4
* Fix build bustage.michaeln@google.com2013-04-121-3/+3
* Add support for unsigned int64 in string_number_conversionsfelipeg@chromium.org2013-04-123-1/+81