Home | History | Annotate | Download | only in editing

Lines Matching refs:endOfWord

1724             setStart(spellingSearchRange.get(), endOfWord(oneBeforeStart));
1996 VisibleSelection adjacentWords = VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary));
2013 markMisspellings(VisibleSelection(startOfWord(wordStart, LeftWordIfOnBoundary), endOfWord(wordStart, RightWordIfOnBoundary)), misspellingRange);
2390 VisiblePosition endOfFirstWord = endOfWord(startOfSelection, LeftWordIfOnBoundary);
2393 VisiblePosition endOfLastWord = endOfWord(endOfSelection, RightWordIfOnBoundary);
2397 endOfFirstWord = endOfWord(startOfSelection, RightWordIfOnBoundary);
2402 endOfLastWord = endOfWord(endOfSelection, LeftWordIfOnBoundary);
2409 endOfFirstWord = endOfWord(startOfFirstWord, RightWordIfOnBoundary);
2418 endOfLastWord = endOfWord(startOfLastWord, RightWordIfOnBoundary);
3160 newAdjacentWords = VisibleSelection(startOfWord(newStart, LeftWordIfOnBoundary), endOfWord(newStart, RightWordIfOnBoundary));
3173 VisibleSelection oldAdjacentWords = VisibleSelection(startOfWord(oldStart, LeftWordIfOnBoundary), endOfWord(oldStart, RightWordIfOnBoundary));