Searched refs:kMaxHeadSurrogate (Results 1 – 1 of 1) sorted by relevance
979 static const uint32 kMaxHeadSurrogate = 0xdc00; variable984 return (code_point >= kMinHeadSurrogate) && (code_point < kMaxHeadSurrogate); in IsHeadSurrogate()