Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/adapter/preview/osal/advance/
H A Dai_write_adapter.cpp20 uint32_t AIWriteAdapter::GetSelectLengthOnlyText(const std::wstring& content) { return 0; } in GetSelectLengthOnlyText() function in OHOS::Ace::AIWriteAdapter
/ohos5.0/foundation/arkui/ace_engine/test/mock/core/common/
H A Dmock_ai_write_adapter.cpp20 uint32_t AIWriteAdapter::GetSelectLengthOnlyText(const std::wstring& content) in GetSelectLengthOnlyText() function in OHOS::Ace::AIWriteAdapter
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/common/ai/
H A Dai_write_adapter.h65 uint32_t GetSelectLengthOnlyText(const std::wstring& content);
/ohos5.0/foundation/arkui/ace_engine/adapter/ohos/osal/
H A Dai_write_adapter.cpp59 uint32_t AIWriteAdapter::GetSelectLengthOnlyText(const std::wstring& content) in GetSelectLengthOnlyText() function in OHOS::Ace::AIWriteAdapter
/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()