summaryrefslogtreecommitdiffstats
path: root/base/string_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Clean up another string templatemark@chromium.org2009-03-251-13/+9
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85 (Take 2)hbono@chromium.org2009-03-051-3/+9
* Convert NavigationEntry title to string16. TabContents::GetTitle no longer needsbrettw@chromium.org2009-03-041-2/+16
* revert broken change 10833nsylvain@chromium.org2009-03-031-20/+0
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-0/+20
* Revert dsh's change 10818nsylvain@chromium.org2009-03-031-66/+0
* Port DictionaryValue to use string16 instead of wstring.dsh@google.com2009-03-031-0/+66
* NO CODE CHANGE (except one global std::wstring changed to const wchar_t* cons...maruel@chromium.org2009-03-031-1/+1
* Port Replace(First)SubstringsAfterOffset to string16.dsh@google.com2009-03-031-8/+8
* Get rid of wstring variants of StringToFoo.dsh@google.com2009-02-281-27/+57
* Revert "Revert "ASCII <-> UTF16 conversion functions. These are just copies ...kuchhal@chromium.org2009-02-261-7/+25
* Revert "ASCII <-> UTF16 conversion functions. These are just copies of WideT...kuchhal@chromium.org2009-02-261-25/+7
* ASCII <-> UTF16 conversion functions. These are just copies of WideToASCII anddarin@chromium.org2009-02-261-7/+25
* Reverting 10456.hbono@chromium.org2009-02-261-23/+3
* Fixes Issue 7377: Regression: Omnibox trims URL ending with 0x85hbono@chromium.org2009-02-261-3/+23
* Introduce UrlPattern. This is basically me resuming work onaa@chromium.org2009-02-021-0/+25
* moved two private functions into an anonymous namespaceerikkay@google.com2009-01-271-0/+4
* Add HexStringToBytes which takes an arbitrary length hex string and creates a...erikkay@google.com2009-01-271-0/+38
* Simplify HexEncode.deanm@chromium.org2009-01-221-22/+7
* Adding a HexEncode function to string_utils.tommi@chromium.org2009-01-221-0/+29
* Add a replace_all param to ReplaceSubstringsAfterOffset and update call sites.aa@chromium.org2009-01-211-3/+25
* fix linux build: don't inline in cc filetc@google.com2009-01-121-4/+4
* Remove the locale parameter from the StringToDouble andtc@google.com2008-11-181-104/+60
* Fix the mac build to add dmg_fp to the libbase.a.tony@chromium.org2008-11-151-1/+1
* fix bug in locale dependence checktc@google.com2008-11-141-1/+1
* Make unit_tests pass with pt_BR.UTF-8 locale.tc@google.com2008-11-121-38/+109
* This CL adds the autofill UI in forms.jcampan@chromium.org2008-11-051-0/+13
* This CL adds prompting for dangerous types of files (executable) when they ar...jcampan@chromium.org2008-10-101-0/+36
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-6/+7
* Use COMPILE_ASSERT instead of DCHECK for compile-time constant checksmmentovai@google.com2008-08-271-4/+4
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* crosstool's gcc gives lots of warnings likedkegel@google.com2008-08-211-5/+5
* Fix some more warnings.evanm@google.com2008-08-201-2/+2
* 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