Home
last modified time | relevance | path

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

/external/chromium_org/base/strings/
Dutf_string_conversions.cc83 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
88 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() function
108 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
116 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() function