Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
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()
449 utf16Out[out_pos++] = static_cast<uint16_t>(((src & LOW_4BITS) << OFFSET_12POS) | in ConvertRegionUtf8ToUtf16()
H A Dutf_helper.h41 static constexpr size_t OFFSET_12POS = 12; member
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp31 constexpr size_t OFFSET_12POS = 12; member
1017 uint32_t codePoint = ((src & LOW_3BITS) << OFFSET_18POS) | ((c2 & LOW_6BITS) << OFFSET_12POS) | in IsUtf8EqualsUtf16()
1040 if (*utf16Data++ != static_cast<uint16_t>(((src & LOW_4BITS) << OFFSET_12POS) | in IsUtf8EqualsUtf16()

Completed in 5 milliseconds