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

/system/core/libutils/
H A DUnicode.cpp48 static const char32_t kUnicodeSurrogateEnd = kUnicodeSurrogateLowEnd; variable
81 if ((srcChar < kUnicodeSurrogateStart) || (srcChar > kUnicodeSurrogateEnd)) {

Completed in 31 milliseconds