Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h64 constexpr uint8_t MUTF8_2B_SECOND = 0x80; variable
Dutf.cpp119 return {CONST_2, {MUTF8_2B_FIRST, MUTF8_2B_SECOND}}; in ConvertUtf16ToMUtf8()
126 auto ch1 = static_cast<uint8_t>(MUTF8_2B_SECOND | (d0 & MASK_6BIT)); in ConvertUtf16ToMUtf8()