Searched refs:isDsts (Results 1 – 1 of 1) sorted by relevance
41 private int[] isDsts; // Whether a type uses DST, one per type. field in ZoneInfoTestHelper.ZicDataBuilder89 int[] isDsts = new int[typePairs.length]; in setTypes() local93 isDsts[i] = typePairs[i][1]; in setTypes()95 this.isDsts = isDsts; in setTypes()149 writeTypes(baos, offsetsSeconds, isDsts); in build()158 writeTypes(baos, offsetsSeconds, isDsts); in build()164 ByteArrayOutputStream baos, int[] offsetsSeconds, int[] isDsts) { in writeTypes() argument168 writeByte(baos, isDsts[i]); in writeTypes()