Home
last modified time | relevance | path

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

/aosp_15_r20/external/libchrome/base/strings/
H A 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
H A 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
/aosp_15_r20/external/cronet/base/strings/
H A Dutf_string_conversions.cc264 bool UTF16ToWide(const char16_t* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
269 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() function
287 bool UTF16ToWide(const char16_t* src, size_t src_len, std::wstring* output) { in UTF16ToWide() function
291 std::wstring UTF16ToWide(StringPiece16 utf16) { in UTF16ToWide() function