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 D | rich_editor_pattern.h | 392 void DeleteByRange(OperationRecord* const record, int32_t start, int32_t end);
|
H A D | rich_editor_pattern.cpp | 4879 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() 5100 …DeleteByRange(record, previewTextRecord_.replacedRange.start, previewTextRecord_.replacedRange.end… in InsertValueOperation()
|