Home
last modified time | relevance | path

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

/third_party/gn/src/base/strings/
Dutf_string_conversions.cc171 bool UTF16ToUTF8(const char16_t* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function
175 std::string UTF16ToUTF8(std::u16string_view utf16) { in UTF16ToUTF8() function
/third_party/skia/src/utils/
DSkUTF.cpp287 int SkUTF::UTF16ToUTF8(char dst[], int dstCapacity, const uint16_t src[], size_t srcLength) { in UTF16ToUTF8() function in SkUTF
/third_party/skia/m133/src/base/
DSkUTF.cpp291 int SkUTF::UTF16ToUTF8(char dst[], int dstCapacity, const uint16_t src[], size_t srcLength) { in UTF16ToUTF8() function in SkUTF