Home
last modified time | relevance | path

Searched defs:U16_SURROGATE_OFFSET (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.cpp21 static constexpr int32_t U16_SURROGATE_OFFSET = (0xd800 << 10UL) + 0xdc00 - 0x10000; variable
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.cpp26 static constexpr uint32_t U16_SURROGATE_OFFSET = (0xd800 << 10UL) + 0xdc00 - 0x10000; variable

Completed in 3 milliseconds