Searched refs:IsSurrogatePair (Results 1 – 3 of 3) sorted by relevance
88 if (Utf16::IsSurrogatePair(previous, c)) { in Encode()
96 static inline bool IsSurrogatePair(int lead, int trail) { in IsSurrogatePair() function
5664 if (unibrow::Utf16::IsSurrogatePair(last_character, character)) { in WriteEndCharacter()