Home
last modified time | relevance | path

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

/system/core/libutils/
DUnicode.cpp52 static const char32_t kUnicodeSurrogateEnd = kUnicodeSurrogateLowEnd; variable
85 if ((srcChar < kUnicodeSurrogateStart) || (srcChar > kUnicodeSurrogateEnd)) { in utf32_codepoint_utf8_length()