Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/es2panda/util/
Dustring.h245 static constexpr uint16_t UTF8_4BYTE_SHIFT = 18U; variable
365 res = ((cu0 & Constants::UTF8_4BYTE_MASK) << Constants::UTF8_4BYTE_SHIFT) | in DecodeCP()
458 …str->push_back(static_cast<char>(((cu >> Constants::UTF8_4BYTE_SHIFT) & Constants::UTF8_4BYTE_MASK… in Utf8Encode()