Home
last modified time | relevance | path

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

/ohos5.0/commonlibrary/c_utils/base/src/
H A Dunicode_ex.cpp62 #define UTF8_LEN_MASK 3 macro
228 return ((0xe5000000 >> ((ch >> UTF8_LEN_MASK) & 0x1e)) & UTF8_LEN_MASK) + 1; in Utf8CodePointLen()