Home
last modified time | relevance | path

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

/external/libchrome/base/strings/
Dold_utf_string_conversions.cc139 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
144 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() function
164 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
172 std::wstring UTF16ToWide(const string16& utf16) { in UTF16ToWide() function
Dutf_string_conversions.cc243 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
248 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() function
266 bool UTF16ToWide(const char16* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
270 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() function