Home
last modified time | relevance | path

Searched refs:bigramProbabilitiesToCheckLater (Results 1 – 1 of 1) sorted by relevance

/aosp12/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java815 final HashMap<Pair<String, String>, Integer> bigramProbabilitiesToCheckLater = in testIterateAllWords() local
849 bigramProbabilitiesToCheckLater.put(new Pair<>(word0, word1), bigramProbability); in testIterateAllWords()
854 new HashSet<>(bigramProbabilitiesToCheckLater.keySet()); in testIterateAllWords()
871 final int bigramProbability = bigramProbabilitiesToCheckLater.get(bigram); in testIterateAllWords()