Home
last modified time | relevance | path

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

/foundation/arkui/ace_engine/frameworks/core/components/text_field/
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
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
Dtext_field_pattern.cpp5685 auto stringText = contentController_->GetSelectedValue(start - number, start); in GetLeftTextOfCursor() local
5695 auto stringText = contentController_->GetSelectedValue(end, end + number); in GetRightTextOfCursor() local
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
Drich_editor_pattern.cpp1394 auto stringText = GetSelectedText(start - number, start); in GetLeftTextOfCursor() local
1404 auto stringText = GetSelectedText(end, end + number); in GetRightTextOfCursor() local