Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictDecoderEncoderTests.java160 final int w1 = bigrams.keyAt(i); in addBigrams() local
162 dict.setBigram(words.get(w1), words.get(w2), new ProbabilityInfo(BIGRAM_FREQ)); in addBigrams()
211 final int w1 = bigrams.keyAt(i); in checkDictionary() local
214 words.get(w1)); in checkDictionary()
215 assertNotNull(words.get(w1) + "," + words.get(w2), ptNode.getBigram(words.get(w2))); in checkDictionary()