summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* DCHECK vswprintf format string cross-platform portability. Use %ls, not %s, ...mmentovai@google.com2008-08-141-0/+42
* Implement an interface compatible wcslcpy and strlcpy. Possibly slightlydeanm@google.com2008-08-131-0/+31
* Implement IntToString-type methods without using a format string. I'm not su...deanm@google.com2008-08-131-11/+90
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-131-35/+56
* Back out r736 due to breakagemmentovai@google.com2008-08-121-56/+35
* Fix string_util and its tests for the Mac, GCC, UTF-32 wchar_t platforms, and...mmentovai@google.com2008-08-121-35/+56
* Fix ToUnsigned for 4-byte wchar_t platforms.mmentovai@google.com2008-08-121-0/+4
* Rename and remove a bunch of string functions.evanm@google.com2008-08-071-7/+9
* Cross-platform portability fixes for JSONReader. Adds generic string-to-doub...mmentovai@google.com2008-08-071-6/+52
* Allow string-to-int conversions to provide a return value indicating success....mmentovai@google.com2008-08-051-1/+214
* Revert my UTF change until we can figure out what to do with the sandbox.brettw@google.com2008-08-011-21/+0
* Write our own utf8<->wide conversion functions. This gives us more control ov...brettw@google.com2008-08-011-0/+21
* Add base to the repository.initial.commit2008-07-261-0/+1021