Searched refs:oneBeforeStart (Results 1 – 1 of 1) sorted by relevance
180 VisiblePosition oneBeforeStart = start.previous(); in advanceToNextMisspelling() local181 …spellingSearchStart = (oneBeforeStart.isNotNull() ? oneBeforeStart : start).toParentAnchoredPositi… in advanceToNextMisspelling()211 VisiblePosition oneBeforeStart = VisiblePosition(spellingSearchStart, DOWNSTREAM).previous(); in advanceToNextMisspelling() local212 if (oneBeforeStart.isNotNull()) in advanceToNextMisspelling()213 spellingSearchStart = endOfWord(oneBeforeStart).toParentAnchoredPosition(); in advanceToNextMisspelling()