Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h70 constexpr uint8_t MUTF8_4B_FIRST = 0xf0; variable
Dutf.cpp138 auto ch0 = static_cast<uint8_t>((codePoint >> (DATA_WIDTH * CONST_3)) | MUTF8_4B_FIRST); in ConvertUtf16ToMUtf8()