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

/libcore/luni/src/main/java/libcore/util/
H A DZoneInfo.java37 public final class ZoneInfo extends TimeZone { class in inherits:TimeZone
62 public static ZoneInfo makeTimeZone(String id, BufferIterator it) {
100 return new ZoneInfo(id, transitions, type, gmtOffsets, isDsts);
103 private ZoneInfo(String name, int[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts) { method in class:ZoneInfo
261 if (!(timeZone instanceof ZoneInfo)) {
264 ZoneInfo other = (ZoneInfo) timeZone;
280 if (!(obj instanceof ZoneInfo)) {
283 ZoneInfo other = (ZoneInfo) ob
[all...]

Completed in 1288 milliseconds