Searched refs:TextCheckingTypeSpelling (Results 1 – 3 of 3) sorted by relevance
65 TextCheckingTypeSpelling = 1 << 1, enumerator
1698 …64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextChe… in findFirstMisspellingOrBadGrammarInRange()1703 …if (result->type == TextCheckingTypeSpelling && result->location >= currentStartOffset && result->… in findFirstMisspellingOrBadGrammarInRange()2068 …64_t checkingTypes = checkGrammar ? (TextCheckingTypeSpelling | TextCheckingTypeGrammar) : TextChe… in guessesForMisspelledOrUngrammaticalRange()2073 …if (result->type == TextCheckingTypeSpelling && result->location == rangeStartOffset && result->le… in guessesForMisspelledOrUngrammaticalRange()2381 checkingTypes |= TextCheckingTypeSpelling; in markAllMisspellingsAndBadGrammarInRanges()2402 …if (markSpelling && result->type == TextCheckingTypeSpelling && resultLocation >= spellingRangeSta… in markAllMisspellingsAndBadGrammarInRanges()
702 result.type = TextCheckingTypeSpelling;