summaryrefslogtreecommitdiffstats
path: root/base/string_util_icu.cc
Commit message (Expand)AuthorAgeFilesLines
* Move StringPiece into the base namespace. It is collidingtony@chromium.org2009-09-101-1/+1
* Use 'icu::' namespace explicitly throughout Chrome tree instead of relying on...jshin@chromium.org2009-08-181-6/+6
* Move TrimWhitespaceUTF8 back to string_util_utf8.ccdeanm@chromium.org2009-07-151-0/+17
* Move TrimWhitespaceUTF8 from string_util_icu to string_util.deanm@chromium.org2009-07-131-14/+0
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-79/+206
* Pass through non-character codepoints in UTF-8,16,32 and Wide conversion func...jshin@chromium.org2009-06-241-7/+25
* NO CODE CHANGEdeanm@chromium.org2009-03-101-1/+0
* Make UTF8ToWide take a StringPiece, to avoid copying to a std::string.deanm@chromium.org2009-03-051-1/+1
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-051-0/+14
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-271-31/+27
* Fix Linux & Mac builds. I swapped the types of two templates.brettw@google.com2008-08-261-1/+1
* Add UTF8 <-> UTF-16 conversion functions, and a WebCore::String -> std::strin...brettw@google.com2008-08-261-17/+101
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix some warnings found in string unittests.evanm@google.com2008-08-191-3/+8
* Unify maintenance of NumberFormat objects into a cross-platform Singleton. C...mmentovai@google.com2008-08-131-5/+20
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-3/+3
* Back out r736 due to breakagemmentovai@google.com2008-08-121-3/+3
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-3/+3
* Complete brett's string conversion goodness for utf32 platforms.pinkerton@google.com2008-08-071-3/+3
* Add UTF-16 <-> Wide conversions for Mac.brettw@google.com2008-08-071-10/+79
* Add defines for the size of wchar_t to build_config.h. Use this in places whe...brettw@google.com2008-08-071-26/+22
* Remove the old NativeMB functions from string util, and use the new ones in s...brettw@google.com2008-08-071-0/+190
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-169/+0
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-0/+169
* Add base to the repository.initial.commit2008-07-261-0/+201