Home
last modified time | relevance | path

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

/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DCombinedInputOutput.java150 } else if (args[0].matches(CombinedFormatUtils.BIGRAM_TAG + "=.*")) { in readDictionaryCombined()
156 if (CombinedFormatUtils.BIGRAM_TAG.equals(params[0])) { in readDictionaryCombined()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/utils/
DCombinedFormatUtils.java28 public static final String BIGRAM_TAG = "bigram"; field in CombinedFormatUtils