Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp311 const auto& charAfter = textAfterCursor.front(); local
312 isAfterCharRtl = (u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT ||
313 u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT_ARABIC);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.cpp1670 const auto& charAfter = textAfterCursor.front(); local
1675 … !textAfterCursor.empty() && (u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT ||
1676 … u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT_ARABIC);
1821 const auto& charAfter = textAfterCursor.front(); local
1822 isAfterCharRtl = (u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT ||
1823 u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT_ARABIC);