summaryrefslogtreecommitdiffstats
path: root/base/string_util.h
Commit message (Expand)AuthorAgeFilesLines
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* ake string_util::WriteInto() DCHECK() that the supplied |length_with_null| > ...pkasting@chromium.org2011-11-291-27/+19
* Fix AutocompleteMatch DCHECK() triggered by |RenderViewContextMenu::AppendSea...asvitkine@chromium.org2011-11-101-5/+19
* Clarify comments for |RemoveChars()| and |TrimString()| that the char array p...asvitkine@chromium.org2011-10-251-3/+4
* WriteInto handles length_with_null values of 1 better.cbentzel@chromium.org2011-10-181-13/+27
* base: Fix the TODO in string_util.htfarina@chromium.org2011-08-171-5/+0
* Rename BASE_API to BASE_EXPORT.darin@chromium.org2011-08-051-137/+145
* Upstream android debug and log related filesmichaelbai@google.com2011-07-071-0/+1
* Localize strings, speeds.avi@chromium.org2011-06-221-25/+5
* wstring: remove wstring version of RemoveCharsevan@chromium.org2011-05-171-3/+0
* wstring: remove wstring version of TrimWhitespaceevan@chromium.org2011-05-101-3/+0
* Base: More adjustments to BASE_API and project dependencies torvargas@google.com2011-04-211-11/+10
* Base: First pass at having base.dll: definition ofrvargas@google.com2011-03-221-150/+157
* Typo fix.avi@chromium.org2011-01-041-2/+2
* Move ElideString() from base/string_util.cc to app/text_elider.cc to jschuh@google.com2010-12-171-8/+0
* Move ToUpperASCII into base namespace, to make it consistent with ToLowerASCIIjoth@chromium.org2010-11-161-7/+7
* base: Move StringSplitAlongWhitespace to string_split.htfarina@chromium.org2010-11-151-16/+0
* Fix clang build by moving ToLowerASCII into base namespace.tfarina@chromium.org2010-11-031-7/+7
* base: Move CaseInsensitiveCompare traits into the base namespace.tfarina@chromium.org2010-11-031-17/+18
* Roll DEPS for rlz library r25:26.tfarina@chromium.org2010-10-151-7/+0
* base: remove various unused string utility functionsevan@chromium.org2010-10-141-2/+0
* base: Move SplitString functions into the base namespace and update the callers.tfarina@chromium.org2010-10-141-0/+1
* fixes issue 52839 (MatchPattern timeout)andybons@chromium.org2010-10-061-0/+1
* Implemented VLOG() et al.akalin@chromium.org2010-09-291-1/+2
* Remove the hack in string_util for RLZ library.tfarina@chromium.org2010-09-271-17/+0
* base: Finish moving the SplitString functions from string_util.h to string_sp...tfarina@chromium.org2010-09-241-19/+6
* base: Move SplitStringDontTrim functions from string_util.h to string_split.htfarina@chromium.org2010-09-151-11/+0
* Bunch of match preview tweaks:sky@chromium.org2010-09-141-1/+1
* Make the glob matcher support UTF8 strings.mnissler@chromium.org2010-09-101-2/+2
* base: Move SplitStringUsingSubstr functions from string_util.h to string_split.htfarina@chromium.org2010-09-021-8/+0
* Add unit test for functionality added to ReplaceStringPlaceholders in r57966.aa@chromium.org2010-08-311-2/+3
* Convert FormatBytes to string16.evan@chromium.org2010-08-191-3/+3
* Remove forward declares for ASCIIToUTF16 from string_util. All callers now usebrettw@chromium.org2010-08-191-4/+11
* Revert "Convert FormatBytes to string16."evan@chromium.org2010-08-181-3/+3
* Convert FormatBytes to string16.evan@chromium.org2010-08-181-3/+3
* Move StringPrintf into its own file and use the base namespace. Currently thi...brettw@chromium.org2010-08-171-27/+5
* Remove number conversion functions from string_util. These moved to string_nu...brettw@chromium.org2010-08-031-70/+0
* base: Add HexDigitToInt function to string_util.htfarina@chromium.org2010-07-311-0/+12
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-3/+12
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* base: Add IsHexDigit function to string_util.htfarina@chromium.org2010-07-231-0/+7
* Revert 49982 - patchthakis@chromium.org2010-06-161-6/+2
* patchthakis@chromium.org2010-06-161-2/+6
* Add Tokenize() for StringPiece.mbelshe@chromium.org2010-06-021-0/+3
* Add a method that truncates strings to the end point of a valid UTF8 characte...nick@chromium.org2010-05-281-0/+6
* Reland r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-291-0/+8
* Revert "Reland r42300: "HttpRequestHeaders refactor."""willchan@chromium.org2010-03-231-8/+0
* Reland r42300: "HttpRequestHeaders refactor.""willchan@chromium.org2010-03-231-0/+8
* Revert r42300: "HttpRequestHeaders refactor."willchan@chromium.org2010-03-231-8/+0
* HttpRequestHeaders refactor.willchan@chromium.org2010-03-231-0/+8