Home
last modified time | relevance | path

Searched refs:UTF8_4B_FIRST (Results 1 - 5 of 5) sorted by relevance

/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h77 constexpr uint8_t UTF8_4B_FIRST = 0xf0; member
H A Dutf.cpp455 auto ch0 = static_cast<uint8_t>((codePoint >> UtfOffset::EIGHTEEN) | UTF8_4B_FIRST); in ConvertUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h80 static constexpr uint8_t UTF8_4B_FIRST = 0xf0; member
H A Dutf_helper.cpp150 if (data.at(0) == UTF8_4B_FIRST && data.at(1) < UTF8_4B_SECOND_MIN) { in IsValidUTF8()
217 auto ch0 = static_cast<uint8_t>((codePoint >> UtfOffset::EIGHTEEN) | UTF8_4B_FIRST); in ConvertUtf16ToUtf8()
/arkcompiler/ets_runtime/ecmascript/base/tests/
H A Dutf_helper_test.cpp258 Utf8Char utf8CharTemp = {4, {static_cast<uint8_t>((codePoint >> 18) | UTF8_4B_FIRST), in HWTEST_F_L0()
272 Utf8Char utf8CharTemp = {4, {static_cast<uint8_t>((codePoint >> 18) | UTF8_4B_FIRST), in HWTEST_F_L0()

Completed in 8 milliseconds