Searched defs:UTF16ToUTF8 (Results 1 – 4 of 4) 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
439 int UTF16ToUTF8(const uint16_t *utf16, unsigned int maxinput, in UTF16ToUTF8() function
232 static string* UTF16ToUTF8(const vector<uint16_t>& in, in UTF16ToUTF8() function