Home
last modified time | relevance | path

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

/libcore/luni/src/main/java/libcore/util/
DZoneInfo.java37 public final class ZoneInfo extends TimeZone { class
103 … private ZoneInfo(String name, int[] transitions, byte[] types, int[] gmtOffsets, byte[] isDsts) { in ZoneInfo() method in ZoneInfo