summaryrefslogtreecommitdiffstats
path: root/base/strings/string_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Remove GG_VA_COPY in favor of va_copyscottmg2014-12-111-33/+0
* Cleanup: Get rid of base::ASCIIToWide().thestig2014-12-081-4/+4
* Cleanup: Better constify some strings in base.thestig2014-10-211-3/+3
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-161-6/+6
* Implement fast path in {Wide|UTF16}ToUTF8 for pure ASCII stringsMikhail Naganov2014-10-061-0/+25
* Implement fast path in UTF8ToUTF16 for pure ASCII stringsMikhail Naganov2014-09-291-0/+49
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-031-2/+3
* Remove the WCHAR_T_IS_UNSIGNED definition since it is not really useful. Repl...rmcilroy@chromium.org2014-04-251-7/+2
* Move UTF16ToASCII, remove WideToASCII.brettw@chromium.org2014-03-141-7/+7
* Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...brettw@chromium.org2014-03-111-18/+15
* Revert of https://codereview.chromium.org/82963003/nkostylev@chromium.org2013-12-131-22/+9
* Cleanup: Make more wstring functions Windows-only.thestig@chromium.org2013-12-131-9/+22
* Cleanup: Remove many unused wstring string_utils.thestig@chromium.org2013-11-221-36/+46
* Move string files in base/ to the string subdirectory.avi@chromium.org2013-06-081-0/+1191