Searched refs:UTF8_4BYTE_SHIFT (Results 1 – 1 of 1) sorted by relevance
245 static constexpr uint16_t UTF8_4BYTE_SHIFT = 18U; variable365 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()