Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h37 static constexpr size_t L_SURROGATE_START = 0xDC00; member
H A Dutf_helper.cpp439 utf16Out[out_pos++] = static_cast<uint16_t>((codePoint & 0x3FF) | L_SURROGATE_START); in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp27 constexpr size_t L_SURROGATE_START = 0xDC00; member
1026 } else if (*utf16Data++ != static_cast<uint16_t>((codePoint & 0x3FF) | L_SURROGATE_START)) { in IsUtf8EqualsUtf16()

Completed in 5 milliseconds