Searched refs:kLeadSurrogateMax (Results 1 – 1 of 1) sorted by relevance
35 constexpr value_t kLeadSurrogateMax = 0xDBFFu; variable38 return code_point >= kLeadSurrogateMin && code_point <= kLeadSurrogateMax; in IsLeadingSurrogate()