HomeSort by relevance Sort by last modified time
    Searched refs:bigramList (Results 1 - 2 of 2) sorted by null

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
XmlDictInputOutput.java 182 ArrayList<WeightedString> bigramList = mAssocMap.get(mSrc);
183 if (null == bigramList) bigramList = new ArrayList<>();
184 bigramList.add(bigram);
185 mAssocMap.put(mSrc, bigramList);
307 final ArrayList<WeightedString> bigramList = bigramMap.get(firstWord);
308 for (final WeightedString bigram : bigramList) {
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictDecoderEncoderTests.java 658 final List<Integer> bigramList = bigrams.get(i);
659 if (bigramList != null) {
660 for (final Integer word1Index : bigramList) {

Completed in 99 milliseconds