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

/external/chromium/base/
H A Dutf_string_conversions.cc86 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { function
91 std::wstring UTF16ToWide(const string16& utf16) { function
111 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { function
119 std::wstring UTF16ToWide(const string16& utf16) { function
121 UTF16ToWide(utf16.data(), utf16.length(), &ret);

Completed in 39 milliseconds