Searched defs:WideToUTF8 (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/libchrome/base/strings/ |
H A D | utf_string_conversions.cc | 299 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 303 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function 309 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 313 std::string WideToUTF8(WStringPiece wide) { in WideToUTF8() function
|
H A D | old_utf_string_conversions.cc | 83 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 93 std::string WideToUTF8(const std::wstring& wide) { in WideToUTF8() function
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | utf_string_conversions.cc | 320 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 324 std::string WideToUTF8(std::wstring_view wide) { in WideToUTF8() function 330 bool WideToUTF8(const wchar_t* src, size_t src_len, std::string* output) { in WideToUTF8() function 334 std::string WideToUTF8(std::wstring_view wide) { in WideToUTF8() function
|
/aosp_15_r20/system/libbase/ |
H A D | utf8.cpp | 44 bool WideToUTF8(const wchar_t* utf16, const size_t size, std::string* utf8) { in WideToUTF8() function 87 bool WideToUTF8(const wchar_t* utf16, std::string* utf8) { in WideToUTF8() function 92 bool WideToUTF8(const std::wstring& utf16, std::string* utf8) { in WideToUTF8() function
|
H A D | utf8_test.cpp | 81 static std::string WideToUTF8(const std::wstring& utf16) { in WideToUTF8() function
|
/aosp_15_r20/external/perfetto/src/base/ |
H A D | string_utils.cc | 223 bool WideToUTF8(const std::wstring& source, std::string& output) { in WideToUTF8() function
|
/aosp_15_r20/external/google-breakpad/src/common/windows/ |
H A D | http_upload.cc | 165 string WideToUTF8(const wstring& wide) { in WideToUTF8() function
|