summaryrefslogtreecommitdiffstats
path: root/base/strings
Commit message (Expand)AuthorAgeFilesLines
* 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
* Made sizeof code simpler and more obviously correct.brucedawson2014-12-051-1/+1
* Avoid a string copy in URLRequestResourceBundleJob::GetData().jyasskin2014-11-172-2/+2
* Align base::hash_map with C++11, part 2.davidben2014-10-241-12/+0
* Cleanup: Better constify some strings in base.thestig2014-10-212-9/+10
* Remove trivially-true DEBUG_CHECKs in safe_sprintf.cccmasone2014-10-171-3/+1
* SafeSPrintf: use C++ variadic templatejln2014-10-163-209/+17
* Convert ARRAYSIZE_UNSAFE -> arraysize in base/.viettrungluu2014-10-165-25/+25
* Implement fast path in {Wide|UTF16}ToUTF8 for pure ASCII stringsMikhail Naganov2014-10-064-7/+66
* Fix more disabled MSVC warnings, base/ edition.pkasting2014-10-013-6/+6
* Implement fast path in UTF8ToUTF16 for pure ASCII stringsMikhail Naganov2014-09-294-15/+142
* Use of base::StringPairs appropriately in basemohan.reddy2014-09-251-1/+1
* Revert 289312 "Move StringToUpperASCII and LowerCaseEqualsASCII ..."brettw@chromium.org2014-08-132-39/+34
* Move StringToUpperASCII and LowerCaseEqualsASCII to the base namespacebrettw@chromium.org2014-08-132-34/+39
* Require the result of StringPrintf to be used.ricea@chromium.org2014-08-081-3/+3
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-11/+11
* Fixes for re-enabling more MSVC level 4 warnings: base/ edition #2pkasting@chromium.org2014-07-101-3/+3
* Extend workaround from https://codereview.chromium.org/98403005 to clang/win.thakis@chromium.org2014-07-041-2/+6
* Fixes for re-enabling more MSVC level 4 warnings: base/ editionpkasting@chromium.org2014-07-035-29/+61
* Add base::SizeTToString.wtc@chromium.org2014-06-273-7/+37
* Update the class comment for StringPiece to reflect the internal guidancerch@chromium.org2014-06-241-7/+12
* Fix SafeSPrintfTest.Truncation in base_unittestsyang.gu@intel.com2014-06-181-2/+3
* Make various string_util functions take StringPieces instead of char[].pkasting@chromium.org2014-05-302-49/+49
* Cleanup: Remove EmptyWString and fix bad EmptyString usage.thestig@chromium.org2014-05-281-6/+1
* Move IsStringUTF8/ASCII to base namespacebrettw@chromium.org2014-05-072-17/+17