Home
last modified time | relevance | path

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

/frameworks/native/libs/utils/
DUnicode.cpp54 static const char32_t kUnicodeSurrogateEnd = kUnicodeSurrogateLowEnd; variable
87 if ((srcChar < kUnicodeSurrogateStart) || (srcChar > kUnicodeSurrogateEnd)) { in utf32_codepoint_utf8_length()