Searched refs:code_point (Results 1 – 1 of 1) sorted by relevance
37 bool IsLeadingSurrogate(value_t code_point) { in IsLeadingSurrogate() argument38 return code_point >= kLeadSurrogateMin && code_point <= kLeadSurrogateMax; in IsLeadingSurrogate()