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

/external/chromium/base/
H A Dutf_string_conversions.cc144 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function
149 std::string UTF16ToUTF8(const string16& utf16) { function
153 UTF16ToUTF8(utf16.data(), utf16.length(), &ret);
168 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { function
172 std::string UTF16ToUTF8(const string16& utf16) { function

Completed in 133 milliseconds