Searched refs:getMaxProbabilityOfExactMatchesNative (Results 1 – 1 of 1) sorted by relevance
182 private static native int getMaxProbabilityOfExactMatchesNative(long dict, int[] word); in getMaxProbabilityOfExactMatchesNative() method in BinaryDictionary371 return getMaxProbabilityOfExactMatchesNative(mNativeDict, codePoints); in getMaxFrequencyOfExactMatches()