summaryrefslogtreecommitdiffstats
path: root/base/string_util_icu.cc
Commit message (Expand)AuthorAgeFilesLines
* 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