Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.cpp35 constexpr static int32_t AI_TEXT_RANGE_RIGHT = 50; variable
404 int32_t endIndex = index + AI_TEXT_RANGE_RIGHT; in GetSelectedLimitValue()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp129 constexpr static int32_t AI_TEXT_RANGE_RIGHT = 50; variable
8773 int32_t end = position + AI_TEXT_RANGE_RIGHT; in OnBackPressed()