Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dutf_string_conversions.cc104 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
109 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() function
129 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
137 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() function