Home
last modified time | relevance | path

Searched refs:SetSubSpansWithAIWrite (Results 1 – 3 of 3) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/test/unittest/core/pattern/rich_editor/
H A Drich_editor_edit_testone_ng.cpp722 richEditorPattern->SetSubSpansWithAIWrite(spanString, 0, 12);
/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h768 void SetSubSpansWithAIWrite(RefPtr<SpanString>& spanString, int32_t start, int32_t end);
H A Drich_editor_pattern.cpp3965 SetSubSpansWithAIWrite(spanString, realStart, realEnd); in ToStyledString()
4087 void RichEditorPattern::SetSubSpansWithAIWrite(RefPtr<SpanString>& spanString, int32_t start, int32… in SetSubSpansWithAIWrite() function in OHOS::Ace::NG::RichEditorPattern