Searched refs:VERSION4 (Results 1 – 6 of 6) sorted by relevance
34 new FormatSpec.FormatOptions(FormatSpec.VERSION4, false /* hasTimestamp */);36 new FormatSpec.FormatOptions(FormatSpec.VERSION4, true /* hasTimestamp */);59 } else if (formatOptions.mVersion == FormatSpec.VERSION4) { in getDictFile()68 if (formatOptions.mVersion == FormatSpec.VERSION4) { in getDictEncoder()
52 if (formatOptions.mVersion != FormatSpec.VERSION4) { in writeDictionary()60 FormatSpec.VERSION4, LocaleUtils.constructLocaleFromString( in writeDictionary()
182 public static final int VERSION4 = VERSION403; field in FormatSpec185 static final int MINIMUM_SUPPORTED_DYNAMIC_VERSION = VERSION4;
65 mBodyOffset = formatOptions.mVersion < FormatSpec.VERSION4 ? headerSize : 0; in DictionaryHeader()
134 outputBinaryFormatVersion = FormatSpec.VERSION4; in Arguments()292 if (version == FormatSpec.VERSION4) { in writeBinaryDictionary()
76 private static final int DICTIONARY_FORMAT_VERSION = FormatSpec.VERSION4;118 return formatVersion == FormatSpec.VERSION4; in matchesExpectedBinaryDictFormatVersionForThisType()