Home
last modified time | relevance | path

Searched refs:ch3 (Results 1 - 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A 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/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp458 auto ch3 = static_cast<uint8_t>((codePoint & MASK_6BIT) | MASK1); in ConvertUtf16ToUtf8() local
460 return {UtfLength::FOUR, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp220 auto ch3 = static_cast<uint8_t>((codePoint & utf::MASK_6BIT) | utf::MASK1); in ConvertUtf16ToUtf8() local
221 return {UtfLength::FOUR, {ch0, ch1, ch2, ch3}}; in ConvertUtf16ToUtf8()

Completed in 3 milliseconds