Searched refs:getMaxProbabilityOfExactMatches (Results 1 – 5 of 5) sorted by relevance
32 static int getMaxProbabilityOfExactMatches(
107 int Dictionary::getMaxProbabilityOfExactMatches(const CodePointArrayView codePoints) const { in getMaxProbabilityOfExactMatches() function in latinime::Dictionary109 return DictionaryUtils::getMaxProbabilityOfExactMatches( in getMaxProbabilityOfExactMatches()
30 /* static */ int DictionaryUtils::getMaxProbabilityOfExactMatches( in getMaxProbabilityOfExactMatches() function in latinime::DictionaryUtils
79 int getMaxProbabilityOfExactMatches(const CodePointArrayView codePoints) const;
280 return dictionary->getMaxProbabilityOfExactMatches( in latinime_BinaryDictionary_getMaxProbabilityOfExactMatches()