Home
last modified time | relevance | path

Searched refs:VERSION2 (Results 1 – 3 of 3) sorted by relevance

/packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
DBinaryDictUtils.java55 if (formatOptions.mVersion == FormatSpec.VERSION2 in getDictFile()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java172 public static final int VERSION2 = 2; field in FormatSpec
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DBinaryDictOffdeviceUtils.java175 if (version != FormatSpec.VERSION2 && version != FormatSpec.VERSION201 in process()