Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp29 constexpr size_t CONST_3 = 3; variable
74 if (max_bytes < CONST_3) { in ConvertMUtf8ToUtf16Pair()
80 CONST_3}; in ConvertMUtf8ToUtf16Pair()
86 uint8_t d3 = sp[CONST_3]; in ConvertMUtf8ToUtf16Pair()
87 …uint32_t code_point = ((d0 & MASK_4BIT) << (DATA_WIDTH * CONST_3)) | ((d1 & MASK_6BIT) << (DATA_WI… in ConvertMUtf8ToUtf16Pair()
115 return {CONST_3, {ch0, ch1, ch2}}; in ConvertUtf16ToMUtf8()
133 return {CONST_3, {ch0, ch1, ch2}}; in ConvertUtf16ToMUtf8()
138 auto ch0 = static_cast<uint8_t>((codePoint >> (DATA_WIDTH * CONST_3)) | MUTF8_4B_FIRST); in ConvertUtf16ToMUtf8()
360 res += CONST_3; in Utf16ToMUtf8Size()
374 res += CONST_3; in Utf16ToMUtf8Size()