Home
last modified time | relevance | path

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

/ohos5.0/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/text_field/
H A Dtext_field_pattern.cpp4662 int32_t leftWordLength = GetWordLength(originCaretPosition, 0); in CursorMoveLeftWord() local
4663 …if (leftWordLength < 0 || leftWordLength > textLength || selectController_->GetCaretIndex() - left… in CursorMoveLeftWord()
4667 … selectController_->UpdateCaretIndex(selectController_->GetSecondHandleIndex() - leftWordLength); in CursorMoveLeftWord()
4670 UpdateCaretPositionWithClamp(originCaretPosition - leftWordLength); in CursorMoveLeftWord()
5567 int32_t leftWordLength = GetWordLength(selectController_->GetCaretIndex(), 0); in HandleSelectionLeftWord() local
5568 …if (leftWordLength < 0 || leftWordLength > textLength || selectController_->GetCaretIndex() - left… in HandleSelectionLeftWord()
5573 …ontroller_->MoveSecondHandleByKeyBoard(selectController_->GetSecondHandleIndex() - leftWordLength); in HandleSelectionLeftWord()
5575 …ontroller_->MoveSecondHandleByKeyBoard(selectController_->GetSecondHandleIndex() - leftWordLength); in HandleSelectionLeftWord()