Searched refs:leftWordLength (Results 1 – 1 of 1) sorted by relevance
4662 int32_t leftWordLength = GetWordLength(originCaretPosition, 0); in CursorMoveLeftWord() local4663 …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() local5568 …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()