Searched refs:VERSION202 (Results 1 – 6 of 6) sorted by relevance
32 new FormatSpec.FormatOptions(FormatSpec.VERSION202);57 || formatOptions.mVersion == FormatSpec.VERSION202) { in getDictFile()73 } else if (formatOptions.mVersion == FormatSpec.VERSION202) { in getDictEncoder()
128 if (formatOptions.mVersion != FormatSpec.VERSION202) { in writeDictionary()
174 public static final int VERSION202 = 202; field in FormatSpec183 public static final int MINIMUM_SUPPORTED_STATIC_VERSION = VERSION202;
123 int outputBinaryFormatVersion = FormatSpec.VERSION202; // the default version is 202. in Arguments()
176 && version != FormatSpec.VERSION202) { in process()
104 dictEncoder.writeDictionary(dict, new FormatOptions(FormatSpec.VERSION202, false)); in testGetRawDictWorks()