Home
last modified time | relevance | path

Searched refs:charBefore (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp304 const auto& charBefore = textBeforeCursor.back(); local
305 isBeforeCharRtl = (u_charDirection(charBefore) == UCharDirection::U_RIGHT_TO_LEFT ||
306 u_charDirection(charBefore) == UCharDirection::U_RIGHT_TO_LEFT_ARABIC);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1669 const auto& charBefore = textBeforeCursor.back(); local
1672 … !textBeforeCursor.empty() && (u_charDirection(charBefore) == UCharDirection::U_RIGHT_TO_LEFT ||
1673 … u_charDirection(charBefore) == UCharDirection::U_RIGHT_TO_LEFT_ARABIC);
1814 const auto& charBefore = textBeforeCursor.back(); local
1815 isBeforeCharRtl = (u_charDirection(charBefore) == UCharDirection::U_RIGHT_TO_LEFT ||
1816 u_charDirection(charBefore) == UCharDirection::U_RIGHT_TO_LEFT_ARABIC);