Searched refs:getBigrams (Results 1 - 6 of 6) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
H A DVer4DictDecoder.java97 for (final WeightedString bigram : wordProperty.getBigrams()) {
H A DFusionDictionary.java152 public ArrayList<WeightedString> getBigrams() { method in class:FusionDictionary.PtNode
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
H A DDiff.java138 "Bigram", word0Property.getBigrams(), word1PtNode.getBigrams());
H A DInfo.java92 final ArrayList<WeightedString> bigrams = ptNode.getBigrams();
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
H A DWordProperty.java119 public ArrayList<WeightedString> getBigrams() { method in class:WordProperty
/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
H A DBinaryDictionaryTests.java763 for (final WeightedString bigramTarget : wordProperty.getBigrams()) {
840 for (final WeightedString bigramTarget : wordProperty.getBigrams()) {

Completed in 1797 milliseconds