Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dcontent_controller.h42 int32_t GetDeleteLength(int32_t startIndex, int32_t length, bool isBackward);
H A Dcontent_controller.cpp376 int32_t ContentController::GetDeleteLength(int32_t startIndex, int32_t length, bool isBackward) in GetDeleteLength() function in OHOS::Ace::NG::ContentController
H A Dtext_field_pattern.cpp5379 auto willDeleteLength = contentController_->GetDeleteLength(idx, length, true); in DeleteBackwardOperation()
5398 auto willDeleteLength = contentController_->GetDeleteLength(caretIndex, length, false); in DeleteForwardOperation()