Searched refs:kUnicodeMaxCodepoint (Results 1 – 2 of 2) sorted by relevance
52 static const char32_t kUnicodeMaxCodepoint = 0x0010FFFF; variable92 else if (srcChar <= kUnicodeMaxCodepoint) { in utf32_codepoint_utf8_length()433 if (utf32 > kUnicodeMaxCodepoint) { in utf8_length()
1171 static const uint32_t kUnicodeMaxCodepoint = 0x0010FFFF; in utf8_character_length() local1205 if (utf32 > kUnicodeMaxCodepoint) { in utf8_character_length()