Home
last modified time | relevance | path

Searched refs:VERSION4 (Results 1 – 4 of 4) sorted by relevance

/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DFormatSpec.java179 public static final int VERSION4 = VERSION403; field in FormatSpec
182 static final int MINIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4;
DDictionaryHeader.java65 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0; in DictionaryHeader()
/packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DDictionaryMaker.java134 outputBinaryFormatVersion = FormatSpec.VERSION4; in Arguments()
292 if (version == FormatSpec.VERSION4) { in writeBinaryDictionary()
/packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
DExpandableBinaryDictionary.java76 private static final int DICTIONARY_FORMAT_VERSION = FormatSpec.VERSION4;
118 return formatVersion == FormatSpec.VERSION4; in matchesExpectedBinaryDictFormatVersionForThisType()