Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp40 constexpr char32_t ONE_BYTE_UTF8 = 0x00000080; variable
101 if (srcChar < ONE_BYTE_UTF8) { in Utf32CodePointUtf8Length()