Searched defs:UTF16ToUTF8 (Results 1 – 6 of 6) sorted by relevance
172 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function182 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function205 bool UTF16ToUTF8(const char16* src, size_t src_len, std::string* output) { in UTF16ToUTF8() function209 std::string UTF16ToUTF8(StringPiece16 utf16) { in UTF16ToUTF8() function
121 string UTF16ToUTF8(const vector<uint16_t> &in, bool swap) { in UTF16ToUTF8() function
326 FMT_FUNC internal::UTF16ToUTF8::UTF16ToUTF8(WStringRef s) { in UTF16ToUTF8() function in fmt::internal::UTF16ToUTF8
439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() function
768 TEST(UtilTest, UTF16ToUTF8) { in TEST() argument
232 static string* UTF16ToUTF8(const vector<uint16_t>& in, in UTF16ToUTF8() function