Home
last modified time | relevance | path

Searched refs:UTF16_HIGH_PARAM1 (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp395 … 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()
H A Dtyped_text.h35 static constexpr uint32_t UTF16_HIGH_PARAM1 = 55296; // 0xD800 variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp246 …utf16 = static_cast<uint16_t>(TypedText::UTF16_HIGH_PARAM1 + (unicode >> TypedText::UTF16_HIGH_SHI… in IsBreakPos()