Home | History | Annotate | Download | only in editing

Lines Matching refs:foundOffset

1218     int foundOffset = 0;
1223 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1226 misspellingOffset = foundOffset;
1229 grammarPhraseOffset = foundOffset;
1254 foundItem = TextCheckingHelper(client(), spellingSearchRange).findFirstMisspellingOrBadGrammar(isGrammarCheckingEnabled(), isSpelling, foundOffset, grammarDetail);
1257 misspellingOffset = foundOffset;
1260 grammarPhraseOffset = foundOffset;