Searched refs:UTF16_LOW_PARAM (Results 1 – 3 of 3) sorted by relevance
393 … utf16Str[cnt] = static_cast<uint16_t>(UTF16_LOW_PARAM + (unicode & UTF16_LOW_MASK)); // low in Utf8ToUtf16()415 if (flag == UTF16_LOW_PARAM) { in Utf16ToUtf32Word()426 if (flag == UTF16_LOW_PARAM) { in Utf16ToUtf32Word()
34 static constexpr uint32_t UTF16_LOW_PARAM = 56320; // 0xDC00 variable
237 …utf16 = static_cast<uint16_t>(TypedText::UTF16_LOW_PARAM + (unicode & TypedText::UTF16_LOW_MASK));… in IsBreakPos()