Searched defs:UTF16ToUTF8 (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/base/strings/
H A Dutf_string_conversions.cc141 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function in namespace:base
146 std::string UTF16ToUTF8(const string16& utf16) { function in namespace:base
150 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
165 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function in namespace:base
169 std::string UTF16ToUTF8(const string16& utf16) { function in namespace:base
186 DCHECK(IsStringASCII(utf16)) << UTF16ToUTF8(utf16);

Completed in 664 milliseconds