Searched refs:isExactMatch (Results 1 – 5 of 5) sorted by relevance
83 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in shouldBlockWord()142 const bool isExactMatch = in outputSuggestionsOfDicNode() local143 ErrorTypeUtils::isExactMatch(terminalDicNode->getContainedErrorTypes()); in outputSuggestionsOfDicNode()152 | ((isExactMatch && boostExactMatches) ? Dictionary::KIND_FLAG_EXACT_MATCH : 0) in outputSuggestionsOfDicNode()
417 const bool leftExactMatch = ErrorTypeUtils::isExactMatch(getContainedErrorTypes()); in compare()418 const bool rightExactMatch = ErrorTypeUtils::isExactMatch(right->getContainedErrorTypes()); in compare()
52 static bool isExactMatch(const ErrorType containedErrorTypes) { in isExactMatch() function
80 if (boostExactMatches && ErrorTypeUtils::isExactMatch(containedErrorTypes)) { in calculateFinalScore()
342 public boolean isExactMatch() { in isExactMatch() method in SuggestedWords.SuggestedWordInfo