Searched refs:Utf16DecodeSurrogate (Results 1 – 3 of 3) sorted by relevance
200 static inline WChar Utf16DecodeSurrogate(uint lead, uint trail) in Utf16DecodeSurrogate() function213 return Utf16DecodeSurrogate(c[0], c[1]); in Utf16DecodeChar()
244 charcode = Utf16DecodeSurrogate(prev_char, charcode); in HandleCharMsg()
126 if (lead != 0) unicode_str.push_back(Utf16DecodeSurrogate(lead, c));