Searched refs:UTF16_HIGH_PARAM1 (Results 1 – 3 of 3) sorted by relevance
395 … utf16Str[cnt] = static_cast<uint16_t>(UTF16_HIGH_PARAM1 + (unicode >> UTF16_HIGH_SHIFT) - in Utf8ToUtf16()418 if (flag == UTF16_HIGH_PARAM1) { in Utf16ToUtf32Word()423 } else if (flag == UTF16_HIGH_PARAM1) { in Utf16ToUtf32Word()
35 static constexpr uint32_t UTF16_HIGH_PARAM1 = 55296; // 0xD800 variable
246 …utf16 = static_cast<uint16_t>(TypedText::UTF16_HIGH_PARAM1 + (unicode >> TypedText::UTF16_HIGH_SHI… in IsBreakPos()