Home
last modified time | relevance | path

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

/commonlibrary/ets_utils/js_api_module/buffer/
H A Dconverter.h49 constexpr uint32_t HIGH_AGENT_MASK = 0xD800U; member
H A Dconverter.cpp47 u16Str.push_back(static_cast<char16_t>((codePoint >> 10) | HIGH_AGENT_MASK)); in Utf8ToUtf16BEToData()
/commonlibrary/ets_utils/platform/
H A Dutil_helper.h43 constexpr uint32_t HIGH_AGENT_MASK = 0xD800U; member
/commonlibrary/ets_utils/platform/ohos/
H A Dutil_helper.cpp197 u16Str.push_back(static_cast<char16_t>((codePoint >> 10) | HIGH_AGENT_MASK)); // 10:offset value in Utf8ToUtf16BE()

Completed in 5 milliseconds