Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h35 static constexpr size_t LOW_5BITS = 0x1F; member
H A Dutf_helper.cpp457 utf16Out[out_pos++] = static_cast<uint16_t>(((src & LOW_5BITS) << OFFSET_6POS) | (c2 & LOW_6BITS)); in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp25 constexpr size_t LOW_5BITS = 0x1F; member
1050 if (*utf16Data++ != static_cast<uint16_t>(((src & LOW_5BITS) << OFFSET_6POS) | (c2 & LOW_6BITS))) { in IsUtf8EqualsUtf16()

Completed in 10 milliseconds