Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h229 static constexpr uint16_t UTF8_4BYTE_SHIFT = 18U; member in ark::es2panda::util::StringView::Constants
361 res = ((cu0 & Constants::UTF8_4BYTE_MASK) << Constants::UTF8_4BYTE_SHIFT) | in DecodeCP()
456 str->push_back(static_cast<char>(((cu >> Constants::UTF8_4BYTE_SHIFT) & Constants::UTF8_4BYTE_MASK) | in Utf8Encode()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h245 static constexpr uint16_t UTF8_4BYTE_SHIFT = 18U; member in panda::es2panda::util::StringView::Constants
367 res = ((cu0 & Constants::UTF8_4BYTE_MASK) << Constants::UTF8_4BYTE_SHIFT) | in DecodeCP()
460 str->push_back(static_cast<char>(((cu >> Constants::UTF8_4BYTE_SHIFT) & Constants::UTF8_4BYTE_MASK) | in Utf8Encode()

Completed in 3 milliseconds