Home
last modified time | relevance | path

Searched refs:LO_SURROGATE_MIN (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.h52 constexpr size_t LO_SURROGATE_MIN = 0xdc00; member
H A Dutf.cpp102 codePoint |= d1 - LO_SURROGATE_MIN; in CombineTwoU16()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h137 codePoint |= d1 - utf::LO_SURROGATE_MIN; in CombineTwoU16()
H A Dutf_helper.cpp209 if (d1 < utf::LO_SURROGATE_MIN || d1 > utf::LO_SURROGATE_MAX) { in ConvertUtf16ToUtf8()
251 utf16[i + 1] >= utf::LO_SURROGATE_MIN && // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in Utf16ToUtf8Size()

Completed in 4 milliseconds