Home
last modified time | relevance | path

Searched refs:UTF8_4B_FIRST (Results 1 – 2 of 2) sorted by relevance

/ark/js_runtime/ecmascript/base/
Dutf_helper.h48 static constexpr uint8_t UTF8_4B_FIRST = 0xf0; variable
Dutf_helper.cpp110 auto ch0 = static_cast<uint8_t>((codePoint >> UtfOffset::EIGHTEEN) | UTF8_4B_FIRST); in ConvertUtf16ToUtf8()