Home | History | Annotate | Download | only in editing

Lines Matching refs:foundOffset

1751     int foundOffset = 0;
1752 String foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1755 misspellingOffset = foundOffset;
1758 grammarPhraseOffset = foundOffset;
1788 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1791 misspellingOffset = foundOffset;
1794 grammarPhraseOffset = foundOffset;