Searched refs:getBigram (Results 1 - 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DFusionDictionary.java209 WeightedString bigram = getBigram(word);
240 public WeightedString getBigram(final String word) { method in class:FusionDictionary.PtNode
288 final WeightedString existingBigram = getBigram(bigram.mWord);
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
H A DUserHistoryDictIOUtilsTests.java97 assertNotNull(ptNode.getBigram(bigram));
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DBinaryDictDecoderEncoderTests.java223 assertNotNull(words.get(w1) + "," + words.get(w2), ptNode.getBigram(words.get(w2)));

Completed in 58 milliseconds