Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h38 static constexpr size_t H_SURROGATE_START = 0xD800; member
H A Dutf_helper.cpp438 utf16Out[out_pos++] = static_cast<uint16_t>((codePoint >> OFFSET_10POS) | H_SURROGATE_START); in ConvertRegionUtf8ToUtf16()
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp28 constexpr size_t H_SURROGATE_START = 0xD800; member
1024 if (*utf16Data++ != static_cast<uint16_t>((codePoint >> OFFSET_10POS) | H_SURROGATE_START)) { in IsUtf8EqualsUtf16()

Completed in 9 milliseconds