Searched refs:ENCODE_LEAD_LOW (Results 1 – 2 of 2) sorted by relevance
25 constexpr uint16_t ENCODE_LEAD_LOW = 0xD800; variable
158 …:floor((static_cast<uint32_t>(cp) - ENCODE_SECOND_FACTOR) / ENCODE_FIRST_FACTOR) + ENCODE_LEAD_LOW; in FromCodePoint()