Searched refs:kUnicodeMaxCodepoint (Results 1 – 2 of 2) sorted by relevance
49 static const char32_t kUnicodeMaxCodepoint = 0x0010FFFF; variable89 else if (srcChar <= kUnicodeMaxCodepoint) { in utf32_codepoint_utf8_length()416 if (utf32 > kUnicodeMaxCodepoint) { in utf8_length()
877 static const uint32_t kUnicodeMaxCodepoint = 0x0010FFFF; in utf8_character_length() local911 if (utf32 > kUnicodeMaxCodepoint) { in utf8_character_length()