Searched refs:IsSurrogate (Results 1 – 3 of 3) sorted by relevance
113 inline bool IsSurrogate(uint32 c) { in IsSurrogate() function244 return *num_left > 0 || (!IsSurrogate(*cp) && IsValidCodePoint(*cp)); in ReadCodePoint()
634 bool IsSurrogate; member687 if (IsSurrogate) { in getNumParams()
5769 Candidate.IsSurrogate = false; in AddOverloadCandidate()6147 Candidate.IsSurrogate = false; in AddMethodCandidate()6275 Candidate.IsSurrogate = false; in AddMethodTemplateCandidate()6326 Candidate.IsSurrogate = false; in AddTemplateOverloadCandidate()6422 Candidate.IsSurrogate = false; in AddConversionCandidate()6576 Candidate.IsSurrogate = false; in AddTemplateConversionCandidate()6614 Candidate.IsSurrogate = true; in AddSurrogateCandidate()6773 Candidate.IsSurrogate = false; in AddBuiltinCandidate()9825 if (Cand->IsSurrogate) in GetLocationForCandidate()9903 return !L->IsSurrogate && R->IsSurrogate; in operator ()()[all …]