Home | History | Annotate | Download | only in latin

Lines Matching refs:FormatSpec

26 import com.android.inputmethod.latin.makedict.FormatSpec;
48 new int[] { FormatSpec.VERSION4, FormatSpec.VERSION4_DEV };
51 return formatVersion > FormatSpec.VERSION401;
55 return formatVersion > FormatSpec.VERSION401;
60 if (formatVersion == FormatSpec.VERSION4
61 || formatVersion == FormatSpec.VERSION4_ONLY_FOR_TESTING
62 || formatVersion == FormatSpec.VERSION4_DEV) {
1319 testDictMigration(FormatSpec.VERSION4_ONLY_FOR_TESTING, formatVersion);
1374 testLargeDictMigration(FormatSpec.VERSION4_ONLY_FOR_TESTING, formatVersion);