Searched defs:cu2 (Results 1 – 5 of 5) sorted by relevance
49 char32_t cu2 = (cp & Constants::SURROGATE_LOW_MARKER) | Constants::SURROGATE_HIGH_MAX; in EncodeSurrogate() local
355 char32_t cu2 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local365 char32_t cu2 = static_cast<uint8_t>(*iterNext++); in DecodeCP() local
353 …char32_t cu2 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-… in DecodeCP() local359 …char32_t cu2 = static_cast<uint8_t>(*iterNext++); // NOLINT(cppcoreguidelines-pro-bounds-pointer-… in DecodeCP() local
141 uint16_t cu2 = in FromCodePoint() local859 uint16_t cu2 = ((static_cast<uint32_t>(cp) - ENCODE_SECOND_FACTOR) % in ToWellFormed() local