Searched refs:deleteLength (Results 1 – 1 of 1) sorted by relevance
657 uint32_t deleteLength = cursorIndex_ >= length ? length : length - cursorIndex_; in DeleteBackward() local659 wideText.erase(cursorIndex_ - deleteLength, deleteLength); in DeleteBackward()662 cursorIndex_ -= deleteLength; in DeleteBackward()664 GetStyleConst(), cursorIndex_, deleteLength); in DeleteBackward()