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

  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/makedict/
BinaryDictUtils.java 34 new FormatSpec.FormatOptions(FormatSpec.VERSION4, false /* hasTimestamp */);
36 new FormatSpec.FormatOptions(FormatSpec.VERSION4, true /* hasTimestamp */);
57 } else if (formatOptions.mVersion == FormatSpec.VERSION4) {
66 if (formatOptions.mVersion == FormatSpec.VERSION4) {
Ver4DictEncoder.java 51 if (formatOptions.mVersion != FormatSpec.VERSION4) {
59 FormatSpec.VERSION4, LocaleUtils.constructLocaleFromString(
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/utils/
BinaryDictionaryUtilsTests.java 40 if (formatVersion == FormatSpec.VERSION4) {
59 if (BinaryDictionaryUtils.createEmptyDictFile(file.getAbsolutePath(), FormatSpec.VERSION4,
73 final int formatVersion = FormatSpec.VERSION4;
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/makedict/
DictionaryHeader.java 55 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0;
FormatSpec.java 196 public static final int VERSION4 = 402;
  /packages/inputmethods/LatinIME/tools/dicttool/src/com/android/inputmethod/latin/dicttool/
DictionaryMaker.java 166 outputBinaryFormatVersion = FormatSpec.VERSION4;
363 if (version == FormatSpec.VERSION4) {
  /packages/inputmethods/LatinIME/java/src/com/android/inputmethod/latin/
ExpandableBinaryDictionary.java 72 private static final int DICTIONARY_FORMAT_VERSION = FormatSpec.VERSION4;
114 return formatVersion == FormatSpec.VERSION4;
  /packages/inputmethods/LatinIME/tests/src/com/android/inputmethod/latin/
BinaryDictionaryDecayingTests.java 51 new int[] { FormatSpec.VERSION4, FormatSpec.VERSION4_DEV };
108 if (formatVersion == FormatSpec.VERSION4
    [all...]
BinaryDictionaryTests.java 48 new int[] { FormatSpec.VERSION4, FormatSpec.VERSION4_DEV };
60 if (formatVersion == FormatSpec.VERSION4
    [all...]

Completed in 291 milliseconds