Home
last modified time | relevance | path

Searched refs:MASK_10BIT (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.h44 constexpr size_t MASK_10BIT = 0x03ff; member
H A Dutf.cpp93 pair |= (code_point & MASK_10BIT) + U16_TAIL; in ConvertMUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp87 pair |= (codePoint & MASK_10BIT) + U16_TAIL; in ConvertMUtf8ToUtf16Pair()
559 uint32_t tail = ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair()
563 pair |= ((codePoint & MASK_10BIT) + U16_TAIL) & MASK_16BIT; in ConvertUtf8ToUtf16Pair()
H A Dutf.h44 constexpr size_t MASK_10BIT = 0x03ff; member
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp343 uint32_t tail = ((codePoint & utf::MASK_10BIT) + utf::U16_TAIL) & utf::MASK_16BIT; in ConvertUtf8ToUtf16Pair()
347 pair |= ((codePoint & utf::MASK_10BIT) + utf::U16_TAIL) & utf::MASK_16BIT; in ConvertUtf8ToUtf16Pair()

Completed in 4 milliseconds