Searched refs:DECODE_FIRST_FACTOR (Results 1 – 2 of 2) sorted by relevance
29 static constexpr uint32_t DECODE_FIRST_FACTOR = 0x400; variable
31 …uint32_t cp = (lead - DECODE_LEAD_LOW) * DECODE_FIRST_FACTOR + (trail - DECODE_TRAIL_LOW) + DECODE… in UTF16Decode()