Home
last modified time | relevance | path

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

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h42 constexpr size_t MASK_5BIT = 0x1f; variable
Dutf.cpp71 return {((d0 & MASK_5BIT) << DATA_WIDTH) | (d1 & MASK_6BIT), 2}; in ConvertMUtf8ToUtf16Pair()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp252 return {((d0 & utf::MASK_5BIT) << utf::DATA_WIDTH) | (d1 & utf::MASK_6BIT), UtfLength::TWO}; in ConvertUtf8ToUtf16Pair()