Searched refs:MUTF8_2B_FIRST (Results 1 – 2 of 2) sorted by relevance
63 constexpr uint8_t MUTF8_2B_FIRST = 0xc0; variable
119 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()