Home
last modified time | relevance | path

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

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp386 if (codePoint >= SURROGATE_RAIR_START) { in Utf8ToUtf16Size()
432 if (codePoint >= SURROGATE_RAIR_START) { in ConvertRegionUtf8ToUtf16()
437 codePoint -= SURROGATE_RAIR_START; in ConvertRegionUtf8ToUtf16()
H A Dutf_helper.h39 static constexpr size_t SURROGATE_RAIR_START = 0x10000; member
/arkcompiler/ets_runtime/ecmascript/
H A Decma_string.cpp29 constexpr size_t SURROGATE_RAIR_START = 0x10000; member
1019 if (codePoint >= SURROGATE_RAIR_START) { in IsUtf8EqualsUtf16()
1023 codePoint -= SURROGATE_RAIR_START; in IsUtf8EqualsUtf16()

Completed in 5 milliseconds