Searched defs:UTF8ToWide (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/system/libbase/ |
H A D | utf8.cpp | 132 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 D | utf8_test.cpp | 75 static std::wstring UTF8ToWide(const std::string& utf8) { in UTF8ToWide() function
|
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | old_utf_string_conversions.cc | 104 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 D | utf_string_conversions.cc | 284 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 D | utf_string_conversions.cc | 305 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 D | string_utils.cc | 242 bool UTF8ToWide(const std::string& source, std::wstring& output) { in UTF8ToWide() function
|
/aosp_15_r20/external/google-breakpad/src/common/windows/ |
H A D | http_upload.cc | 71 wstring UTF8ToWide(const string& utf8) { in UTF8ToWide() function
|