Home
last modified time | relevance | path

Searched refs:MASK3 (Results 1 - 6 of 6) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.h39 constexpr size_t MASK3 = 0x10; member
H A Dutf.cpp78 if ((d0 & MASK3) == 0) { in ConvertMUtf8ToUtf16Pair()
/arkcompiler/runtime_core/static_core/libpandabase/utils/
H A Dutf.h39 constexpr size_t MASK3 = 0x10; member
H A Dutf.cpp72 if ((d0 & MASK3) == 0) { in ConvertMUtf8ToUtf16Pair()
547 if ((d0 & MASK3) == 0) { in ConvertUtf8ToUtf16Pair()
/arkcompiler/ets_runtime/ecmascript/base/
H A Dutf_helper.h32 static constexpr size_t MASK3 = 0x10; member
H A Dutf_helper.cpp330 if ((d0 & utf::MASK3) == 0) { in ConvertUtf8ToUtf16Pair()

Completed in 5 milliseconds