Home
last modified time | relevance | path

Searched refs:MASK3 (Results 1 – 3 of 3) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
Dutf.h39 constexpr size_t MASK3 = 0x10; variable
Dutf.cpp78 if ((d0 & MASK3) == 0) { in ConvertMUtf8ToUtf16Pair()
/arkcompiler/ets_runtime/ecmascript/base/
Dutf_helper.cpp256 if ((d0 & utf::MASK3) == 0) { in ConvertUtf8ToUtf16Pair()