Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dustring.h232 static constexpr uint16_t UTF8_2BYTE_MASK = 0x1F; variable
346 …res = ((cu0 & Constants::UTF8_2BYTE_MASK) << Constants::UTF8_2BYTE_SHIFT) | (cu1 & Constants::UTF8… in DecodeCP()
448 …r->push_back(static_cast<char>(((cu >> Constants::UTF8_2BYTE_SHIFT) & Constants::UTF8_2BYTE_MASK) | in Utf8Encode()