Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drosen_render_text_field.h152 …bool AdjustCursorAndSelectionForLtr(bool isBeforeCharRtl, bool isAfterCharRtl, const std::wstring&…
154 …bool AdjustCursorAndSelectionForRtl(bool isBeforeCharRtl, bool isAfterCharRtl, const std::wstring&…
H A Drosen_render_text_field.cpp1674 bool isAfterCharRtl = local
1680 …AdjustCursorAndSelectionForRtl(isBeforeCharRtl, isAfterCharRtl, textBeforeCursor, textAfterCursor,…
1716 bool RosenRenderTextField::AdjustCursorAndSelectionForLtr(bool isBeforeCharRtl, bool isAfterCharRtl, argument
1720 if (isBeforeCharRtl && !isAfterCharRtl) {
1737 } else if (!isBeforeCharRtl && isAfterCharRtl) {
1758 bool RosenRenderTextField::AdjustCursorAndSelectionForRtl(bool isBeforeCharRtl, bool isAfterCharRtl, argument
1762 if (!isBeforeCharRtl && (isAfterCharRtl || textAfterCursor.empty())) {
1779 } else if (isBeforeCharRtl && !isAfterCharRtl) {
1819 bool isAfterCharRtl = false; local
1822 isAfterCharRtl = (u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT ||
[all …]
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_overlay/
H A Dtext_overlay_manager.cpp309 bool isAfterCharRtl = false; local
312 isAfterCharRtl = (u_charDirection(charAfter) == UCharDirection::U_RIGHT_TO_LEFT ||
316 (static_cast<uint8_t>(isBeforeCharRtl) << 1) | static_cast<uint8_t>(isAfterCharRtl));