Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp385 ((c3 & LOW_6BITS) << OFFSET_6POS) | (c4 & LOW_6BITS); in Utf8ToUtf16Size()
431 ((c3 & LOW_6BITS) << OFFSET_6POS) | (c4 & LOW_6BITS); in ConvertRegionUtf8ToUtf16()
450 ((c2 & LOW_6BITS) << OFFSET_6POS) | (c3 & LOW_6BITS)); in ConvertRegionUtf8ToUtf16()
457 utf16Out[out_pos++] = static_cast<uint16_t>(((src & LOW_5BITS) << OFFSET_6POS) | (c2 & LOW_6BITS)); in ConvertRegionUtf8ToUtf16()
H A Dutf_helper.h43 static constexpr size_t OFFSET_6POS = 6; member
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp33 constexpr size_t OFFSET_6POS = 6; member
1018 ((c3 & LOW_6BITS) << OFFSET_6POS) | (c4 & LOW_6BITS); in IsUtf8EqualsUtf16()
1041 ((c2 & LOW_6BITS) << OFFSET_6POS) | (c3 & LOW_6BITS))) { in IsUtf8EqualsUtf16()
1050 if (*utf16Data++ != static_cast<uint16_t>(((src & LOW_5BITS) << OFFSET_6POS) | (c2 & LOW_6BITS))) { in IsUtf8EqualsUtf16()

Completed in 5 milliseconds