Home
last modified time | relevance | path

Searched refs:kUnicodeMaxCodepoint (Results 1 – 2 of 2) sorted by relevance

/system/core/libutils/
DUnicode.cpp49 static const char32_t kUnicodeMaxCodepoint = 0x0010FFFF; variable
89 else if (srcChar <= kUnicodeMaxCodepoint) { in utf32_codepoint_utf8_length()
416 if (utf32 > kUnicodeMaxCodepoint) { in utf8_length()
/system/core/liblog/
Dlogprint.c877 static const uint32_t kUnicodeMaxCodepoint = 0x0010FFFF; in utf8_character_length() local
911 if (utf32 > kUnicodeMaxCodepoint) { in utf8_character_length()