Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h33 static constexpr size_t LOW_3BITS = 0x7; member
H A Dutf_helper.cpp384 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in Utf8ToUtf16Size()
430 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp23 constexpr size_t LOW_3BITS = 0x7; member
1017 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in IsUtf8EqualsUtf16()

Completed in 5 milliseconds