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

  /libcore/tzdata/testing/src/main/libcore/tzdata/testing/
ZoneInfoTestHelper.java 43 private int[] isDsts; // Whether a type uses DST, one per type.
101 int[] isDsts = new int[typePairs.length];
105 isDsts[i] = typePairs[i][1];
107 this.isDsts = isDsts;
153 writeByte(baos, isDsts[i]);
  /libcore/luni/src/main/java/libcore/util/
ZoneInfo.java 246 byte[] isDsts = new byte[tzh_typecnt];
253 isDsts[i] = isDst;
264 return new ZoneInfo(id, transitions64, type, gmtOffsets, isDsts, currentTimeMillis);
267 private ZoneInfo(String name, long[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts,
275 mIsDsts = isDsts;
    [all...]

Completed in 158 milliseconds