Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h34 static constexpr size_t LOW_4BITS = 0xF; member
H A Dutf_helper.cpp449 utf16Out[out_pos++] = static_cast<uint16_t>(((src & LOW_4BITS) << OFFSET_12POS) | in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp24 constexpr size_t LOW_4BITS = 0xF; member
1040 if (*utf16Data++ != static_cast<uint16_t>(((src & LOW_4BITS) << OFFSET_12POS) | in IsUtf8EqualsUtf16()

Completed in 5 milliseconds