Home
last modified time | relevance | path

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

/aosp_15_r20/system/libbase/
H A Dutf8.cpp132 bool UTF8ToWide(const char* utf8, const size_t size, std::wstring* utf16) { in UTF8ToWide() function
147 bool UTF8ToWide(const char* utf8, std::wstring* utf16) { in UTF8ToWide() function
152 bool UTF8ToWide(const std::string& utf8, std::wstring* utf16) { in UTF8ToWide() function
H A Dutf8_test.cpp75 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() function
/aosp_15_r20/external/libchrome/base/strings/
H A Dold_utf_string_conversions.cc104 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function
114 std::wstring UTF8ToWide(StringPiece utf8) { in UTF8ToWide() function
H A Dutf_string_conversions.cc284 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function
288 std::wstring UTF8ToWide(StringPiece utf8) { in UTF8ToWide() function
/aosp_15_r20/external/cronet/base/strings/
H A Dutf_string_conversions.cc305 bool UTF8ToWide(const char* src, size_t src_len, std::wstring* output) { in UTF8ToWide() function
309 std::wstring UTF8ToWide(StringPiece utf8) { in UTF8ToWide() function
/aosp_15_r20/external/perfetto/src/base/
H A Dstring_utils.cc242 bool UTF8ToWide(const std::string& source, std::wstring& output) { in UTF8ToWide() function
/aosp_15_r20/external/google-breakpad/src/common/windows/
H A Dhttp_upload.cc71 wstring UTF8ToWide(const string& utf8) { in UTF8ToWide() function