Home
last modified time | relevance | path

Searched refs:selectLength (Results 1 – 6 of 6) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dai_write_adapter.h38 int32_t selectLength = -1; member
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dai_write_adapter.cpp107 want.SetParam(SELECT_CONTENT_LENGTH, info.selectLength); in SetWantParams()
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/text_input/
H A Dtext_field_pattern_testthree.cpp518 EXPECT_EQ(info.selectLength, 5);
/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp645 EXPECT_EQ(info.selectLength, 5);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp8836 …info.selectLength = static_cast<int32_t>(aiWriteAdapter_->GetSelectLengthOnlyText(spanString->GetW… in OnBackPressed()
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.cpp10978 …info.selectLength = static_cast<int32_t>(aiWriteAdapter_->GetSelectLengthOnlyText(spanString->GetW… in OnBackPressed()