Home
last modified time | relevance | path

Searched defs:stringText (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components/text_field/
H A Drender_text_field.cpp2824 auto stringText = GetEditingValue().GetSelectedText(TextSelection(start - number, start)); in GetLeftTextOfCursor() local
2834 auto stringText = GetEditingValue().GetSelectedText(TextSelection(end, end + number)); in GetRightTextOfCursor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp5477 auto stringText = contentController_->GetSelectedValue(start - number, start); in GetLeftTextOfCursor() local
5487 auto stringText = contentController_->GetSelectedValue(end, end + number); in GetRightTextOfCursor() local
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp1513 auto stringText = GetSelectedText(start - number, start); in GetLeftTextOfCursor() local
1523 auto stringText = GetSelectedText(end, end + number); in GetRightTextOfCursor() local