Home
last modified time | relevance | path

Searched refs:CalculateDeleteLength (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.h405 int32_t CalculateDeleteLength(int32_t length, bool isBackward);
H A Drich_editor_pattern.cpp5435 int32_t RichEditorPattern::CalculateDeleteLength(int32_t length, bool isBackward) in CalculateDeleteLength() function in OHOS::Ace::NG::RichEditorPattern
5492 length = CalculateDeleteLength(length, true); in DeleteBackwardOperation()
5562 length = CalculateDeleteLength(length, false); in DeleteForwardOperation()
9704 …int32_t emojiLength = CalculateDeleteLength(length, (direction == RichEditorDeleteDirection::BACKW… in OnBackPressed()