Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ui_lite/frameworks/common/
H A Dtyped_text.cpp396 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()
H A Dtyped_text.h36 static constexpr uint8_t UTF16_HIGH_PARAM2 = 64; variable
/ohos5.0/foundation/arkui/ui_lite/frameworks/font/
H A Dui_line_break.cpp247 TypedText::UTF16_HIGH_PARAM2); // high in IsBreakPos()