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

  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
CombinedInputOutput.java 170 } else if (args[0].matches(CombinedFormatUtils.BIGRAM_TAG + "=.*")) {
176 if (CombinedFormatUtils.BIGRAM_TAG.equals(params[0])) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
CombinedFormatUtils.java 28 public static final String BIGRAM_TAG = "bigram";

Completed in 5800 milliseconds