summaryrefslogtreecommitdiffstats
path: root/base/utf_string_conversions.cc
Commit message (Expand)AuthorAgeFilesLines
* Change UTF8ToUTF16 to accept const StringPiece&.suzhe@google.com2011-01-281-14/+4
* Move ASCIIToWide and ASCIIToUTF16 to utf_string_conversions.h. I've found itbrettw@chromium.org2010-07-311-1/+22
* If we can't read a unicode character, write the standard "unknown" (0xFFFD) c...cevans@chromium.org2010-01-011-2/+1
* Split *AndAdjustOffset() functions into their own header, to restore utf_stri...pkasting@chromium.org2009-11-131-218/+22
* Clean up recent string conversion function changes, part 1: Remove unnecessar...pkasting@chromium.org2009-11-101-30/+10
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-111/+142
* Copy the relevant parts of ICU to a new file base/third_party/icu/icu_utf.*brettw@chromium.org2009-10-071-0/+361