Searched refs:IsTrailSurrogate (Results 1 – 4 of 4) sorted by relevance
91 if (Utf16::IsTrailSurrogate(c) && in Encode()129 if (Utf16::IsTrailSurrogate(c) && in Length()
124 static inline bool IsTrailSurrogate(int code) { in IsTrailSurrogate() function
923 if (unibrow::Utf16::IsTrailSurrogate(p[from])) { in Utf8LengthHelper()
3891 if (unibrow::Utf16::IsTrailSurrogate(c) && in WriteUtf8()