/aosp_15_r20/external/libchrome/base/strings/ |
H A D | old_utf_string_conversions.cc | 207 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 217 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function 236 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 240 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
|
H A D | utf_string_conversions.cc | 217 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 221 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
|
/aosp_15_r20/external/cronet/base/strings/ |
H A D | utf_string_conversions.cc | 238 bool UTF16ToUTF8(const char16_t* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function 242 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
|
/aosp_15_r20/external/google-breakpad/src/common/ |
H A D | string_conversion_unittest.cc | 64 TEST(StringConversionTest, UTF16ToUTF8) { in TEST() argument
|
H A D | string_conversion.cc | 124 string UTF16ToUTF8(const vector<uint16_t>& in, bool swap) { in UTF16ToUTF8() function
|
/aosp_15_r20/external/skia/src/base/ |
H A D | SkUTF.cpp | 291 int SkUTF::UTF16ToUTF8(char dst[], int dstCapacity, const uint16_t src[], size_t srcLength) { in UTF16ToUTF8() function in SkUTF
|
/aosp_15_r20/system/libbase/ |
H A D | utf8_test.cpp | 309 static std::string UTF16ToUTF8(const string16& utf16) { in UTF16ToUTF8() function
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/fmt/bundled/ |
H A D | format.cc | 327 FMT_FUNC internal::UTF16ToUTF8::UTF16ToUTF8(WStringRef s) { in UTF16ToUTF8() function in fmt::internal::UTF16ToUTF8
|
/aosp_15_r20/external/gmmlib/Source/GmmLib/Utility/GmmLog/spdlog/details/ |
H A D | format.cc | 626 FMT_FUNC fmt::internal::UTF16ToUTF8::UTF16ToUTF8(fmt::WStringRef s) in UTF16ToUTF8() function in fmt::internal::UTF16ToUTF8
|
/aosp_15_r20/external/vboot_reference/cgpt/ |
H A D | cgpt_common.c | 475 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() function
|
/aosp_15_r20/external/google-breakpad/src/processor/ |
H A D | minidump.cc | 255 string* UTF16ToUTF8(const vector<uint16_t>& in, bool swap) { in UTF16ToUTF8() function
|