Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp42 constexpr char32_t THREE_BYTES_UTF8 = 0x00010000; variable
105 } else if (srcChar < THREE_BYTES_UTF8) { in Utf32CodePointUtf8Length()