Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h63 constexpr uint8_t MUTF8_2B_FIRST = 0xc0; variable
Dutf.cpp119 return {CONST_2, {MUTF8_2B_FIRST, MUTF8_2B_SECOND}}; in ConvertUtf16ToMUtf8()
125 auto ch0 = static_cast<uint8_t>(MUTF8_2B_FIRST | static_cast<uint8_t>(d0 >> CONST_6)); in ConvertUtf16ToMUtf8()