Home
last modified time | relevance | path

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

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