Searched refs:UTF8_LEN_MASK (Results 1 - 1 of 1) sorted by relevance
/commonlibrary/c_utils/base/src/ | ||
H A D | unicode_ex.cpp | 62 #define UTF8_LEN_MASK 3 macro 228 return ((0xe5000000 >> ((ch >> UTF8_LEN_MASK) & 0x1e)) & UTF8_LEN_MASK) + 1; in Utf8CodePointLen() |
Completed in 1 milliseconds