Searched defs:isDsts (Results 1 - 1 of 1) sorted by relevance

/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java78 byte[] isDsts = new byte[tzh_typecnt];
81 isDsts[i] = it.readByte();
92 return new ZoneInfo(id, transitions, type, gmtOffsets, isDsts);
95 private ZoneInfo(String name, int[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts) { argument
98 mIsDsts = isDsts;

Completed in 50 milliseconds