Home
last modified time | relevance | path

Searched refs:DeleteByRange (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.h392 void DeleteByRange(OperationRecord* const record, int32_t start, int32_t end);
H A Drich_editor_pattern.cpp4879 void RichEditorPattern::DeleteByRange(OperationRecord* const record, int32_t start, int32_t end) in DeleteByRange() function in OHOS::Ace::NG::RichEditorPattern
4960 DeleteByRange(nullptr, previewTextRecord_.startOffset, previewTextRecord_.endOffset); in FinishTextPreviewInner()
5096 DeleteByRange(record, textSelector_.GetTextStart(), textSelector_.GetTextEnd()); in InsertValueOperation()
5100DeleteByRange(record, previewTextRecord_.replacedRange.start, previewTextRecord_.replacedRange.end… in InsertValueOperation()