Home
last modified time | relevance | path

Searched refs:MUTF8_3B_FIRST (Results 1 - 2 of 2) sorted by relevance

/arkcompiler/runtime_core/libpandabase/utils/
H A Dutf.h66 constexpr uint8_t MUTF8_3B_FIRST = 0xe0; member
H A Dutf.cpp112 auto ch0 = static_cast<uint8_t>(MUTF8_3B_FIRST | static_cast<uint8_t>(d0 >> CONST_12)); in ConvertUtf16ToMUtf8()
130 auto ch0 = static_cast<uint8_t>(MUTF8_3B_FIRST | static_cast<uint8_t>(d0 >> CONST_12)); in ConvertUtf16ToMUtf8()

Completed in 2 milliseconds