Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.cpp141 auto ch3 = static_cast<uint8_t>((codePoint & MASK_6BIT) | MASK1); in ConvertUtf16ToMUtf8() local
143 return {CONST_4, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToMUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp175 auto ch3 = static_cast<uint8_t>((codePoint & utf::MASK_6BIT) | utf::MASK1); in ConvertUtf16ToUtf8() local
176 return {UtfLength::FOUR, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToUtf8()