Searched refs:UTF8_BYTE_MASK (Results 1 – 1 of 1) sorted by relevance
50 constexpr char32_t UTF8_BYTE_MASK = 0x000000BF; variable80 *--dstP = static_cast<uint8_t>((srcChar | UTF8_BYTE_MARK) & UTF8_BYTE_MASK); in Utf32CodePointToUtf8()85 *--dstP = static_cast<uint8_t>((srcChar | UTF8_BYTE_MARK) & UTF8_BYTE_MASK); in Utf32CodePointToUtf8()90 *--dstP = static_cast<uint8_t>((srcChar | UTF8_BYTE_MARK) & UTF8_BYTE_MASK); in Utf32CodePointToUtf8()