Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp52 static const char32_t kUnicodeMaxCodepoint = 0x0010FFFF; variable
92 else if (srcChar <= kUnicodeMaxCodepoint) { in utf32_codepoint_utf8_length()
433 if (utf32 > kUnicodeMaxCodepoint) { in utf8_length()
/system/core/liblog/
Dlogprint.c1171 static const uint32_t kUnicodeMaxCodepoint = 0x0010FFFF; in utf8_character_length() local
1205 if (utf32 > kUnicodeMaxCodepoint) { in utf8_character_length()