Searched refs:isAfterCharRtl (Results 1 – 3 of 3) sorted by relevance
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/ |
H A D | rosen_render_text_field.h | 152 …bool AdjustCursorAndSelectionForLtr(bool isBeforeCharRtl, bool isAfterCharRtl, const std::wstring&… 154 …bool AdjustCursorAndSelectionForRtl(bool isBeforeCharRtl, bool isAfterCharRtl, const std::wstring&…
|
H A D | rosen_render_text_field.cpp | 1674 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 D | text_overlay_manager.cpp | 309 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));
|