Home
last modified time | relevance | path

Searched refs:UTF8_DECODE_4BYTE_MASK (Results 1 - 4 of 4) sorted by relevance

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.cpp76 if (((cu0 & Constants::UTF8_DECODE_4BYTE_MASK) == Constants::UTF8_4BYTE_HEADER) && in SkipCp()
H A Dustring.h220 static constexpr uint16_t UTF8_DECODE_4BYTE_MASK = 0xf8; member in ark::es2panda::util::StringView::Constants
356 } else if (((cu0 & Constants::UTF8_DECODE_4BYTE_MASK) == Constants::UTF8_4BYTE_HEADER) && in DecodeCP()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.cpp76 if (((cu0 & Constants::UTF8_DECODE_4BYTE_MASK) == Constants::UTF8_4BYTE_HEADER) && in SkipCp()
H A Dustring.h236 static constexpr uint16_t UTF8_DECODE_4BYTE_MASK = 0xf8; member in panda::es2panda::util::StringView::Constants
358 } else if (((cu0 & Constants::UTF8_DECODE_4BYTE_MASK) == Constants::UTF8_4BYTE_HEADER) && in DecodeCP()

Completed in 3 milliseconds