Searched refs:UTF8_4B_FIRST (Results 1 – 2 of 2) sorted by relevance
48 static constexpr uint8_t UTF8_4B_FIRST = 0xf0; variable
110 auto ch0 = static_cast<uint8_t>((codePoint >> UtfOffset::EIGHTEEN) | UTF8_4B_FIRST); in ConvertUtf16ToUtf8()