Searched refs:BestResults (Results 1 – 1 of 1) sorted by relevance
4031 TypoResultsMap &BestResults = Consumer.getBestResults(); in CorrectTypo() local4045 if (BestResults.size() == 1) { in CorrectTypo()4046 const TypoResultList &CorrectionList = BestResults.begin()->second; in CorrectTypo()4060 else if (BestResults.size() > 1 in CorrectTypo()4066 && BestResults["super"].front().isKeyword()) { in CorrectTypo()4076 UnqualifiedTyposCorrected[Typo] = BestResults["super"].front(); in CorrectTypo()4078 return BestResults["super"].front(); in CorrectTypo()