Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp47 constexpr char32_t UNICODE_MAX_NUM = 0x0010FFFF; variable
112 } else if (srcChar <= UNICODE_MAX_NUM) { in Utf32CodePointUtf8Length()