Home
last modified time | relevance | path

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

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