Home
last modified time | relevance | path

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

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