Home
last modified time | relevance | path

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

/device/generic/vulkan-cereal/fake-android-guest/androidImpl/
DUnicode.cpp50 static const char32_t kUnicodeMaxCodepoint = 0x0010FFFF; variable
87 else if (srcChar <= kUnicodeMaxCodepoint) { in utf32_codepoint_utf8_length()
353 if (utf32 > kUnicodeMaxCodepoint) { in utf8_length()