Home
last modified time | relevance | path

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

/arkcompiler/ets_frontend/ets2panda/util/
H A Dustring.h360 char32_t cu3 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-arithmetic) in DecodeCP() local
363 ((cu2 & Constants::UTF8_CONT_MASK) << Constants::UTF8_2BYTE_SHIFT) | (cu3 & Constants::UTF8_CONT_MASK); in DecodeCP()
/arkcompiler/ets_frontend/es2panda/util/
H A Dustring.h366 char32_t cu3 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
369 ((cu2 & Constants::UTF8_CONT_MASK) << Constants::UTF8_2BYTE_SHIFT) | (cu3 & Constants::UTF8_CONT_MASK); in DecodeCP()

Completed in 2 milliseconds