Searched refs:UTF16_HIGH_PARAM2 (Results 1 – 3 of 3) sorted by relevance
396 UTF16_HIGH_PARAM2); // high in Utf8ToUtf16()419 … des = (w1 & UTF16_LOW_MASK) + (((w2 & UTF16_LOW_MASK) + UTF16_HIGH_PARAM2) << UTF16_HIGH_SHIFT); in Utf16ToUtf32Word()427 … des = (w2 & UTF16_LOW_MASK) + (((w1 & UTF16_LOW_MASK) + UTF16_HIGH_PARAM2) << UTF16_HIGH_SHIFT); in Utf16ToUtf32Word()
36 static constexpr uint8_t UTF16_HIGH_PARAM2 = 64; variable
247 TypedText::UTF16_HIGH_PARAM2); // high in IsBreakPos()