Searched refs:IsLeadSurrogate (Results 1 – 3 of 3) sorted by relevance
111 (Utf16::IsLeadSurrogate(c) || in Encode()147 Utf16::IsLeadSurrogate(previous)) { in Length()
83 return IsLeadSurrogate(lead) && IsTrailSurrogate(trail); in IsSurrogatePair()85 static inline bool IsLeadSurrogate(int code) { in IsLeadSurrogate() function
4404 if (unibrow::Utf16::IsLeadSurrogate(chars[length-1])) { in VisitTwoByteString()4677 if (replace_invalid_utf8_ && Utf16::IsLeadSurrogate(character)) { in Visit()