Home
last modified time | relevance | path

Searched refs:DeleteSpanByRange (Results 1 – 2 of 2) sorted by relevance

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/rich_editor/
H A Drich_editor_pattern.h492 void DeleteSpanByRange(int32_t start, int32_t end, SpanPositionInfo info);
H A Drich_editor_pattern.cpp1370 DeleteSpanByRange(start, end, startInfo); in DeleteSpansOperation()
1426 void RichEditorPattern::DeleteSpanByRange(int32_t start, int32_t end, SpanPositionInfo info) in DeleteSpanByRange() function in OHOS::Ace::NG::RichEditorPattern