Searched refs:PrepareForUTF8Output (Results 1 – 3 of 3) sorted by relevance
94 void PrepareForUTF8Output(const CHAR* src, in PrepareForUTF8Output() function110 template void PrepareForUTF8Output(const char16_t*, size_t, std::string*);
72 void PrepareForUTF8Output(const CHAR* src, size_t src_len, std::string* output);
259 PrepareForUTF8Output(utf16.data(), utf16.length(), &result); in UTF16ToUTF8AndAdjustOffsets()