Searched refs:IsSurrogate (Results 1 – 1 of 1) sorted by relevance
113 inline bool IsSurrogate(uint32 c) { in IsSurrogate() function244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()