Searched refs:Zone (Results 1 - 8 of 8) sorted by relevance

/openjdk9/jdk/test/tools/launcher/modules/patch/basic/src2/jdk.naming.dns/com/sun/jndi/dns2/
H A DZone.java26 public class Zone { class
/openjdk9/jdk/test/sun/util/calendar/zi/
H A DZone.java39 * Zone holds information corresponding to a "Zone" part of a time
44 class Zone { class
55 * Constructs a Zone with the specified zone name.
58 Zone(String name) { method in class:Zone
H A DZoneinfo.java54 * Zone name to Zone mappings
56 private Map<String,Zone> zones;
72 zones = new HashMap<String,Zone>();
79 * @param zone Zone to be added to the list.
81 void add(Zone zone) {
177 * @return the Zone list
179 Map<String,Zone> getZones() {
184 * @return a Zone specified by name.
187 Zone getZon
[all...]
H A DMappings.java50 // Zone names to be excluded from rawOffset table. Those have GMT
68 Map<String,Zone> zones = zi.getZones();
71 Zone zone = zones.get(zoneName);
75 // If the GMT offset of this Zone will change in some
76 // future time, this Zone is added to the exclude list.
144 && Zone.isTargetZone(key)) {
H A DMain.java124 Zone.addMET();
145 Zone.readZoneNames(zoneNamesFile);
H A DSimple.java47 * Zone records which are applied for given year.
64 * Sets last Rule records and Zone records for given timezone to
126 if (!Zone.isTargetZone(key)) {
169 if (zline.indexOf("Zone") == -1) {
170 zline = "Zone " + key + "\t" + zline.trim();
/openjdk9/jdk/src/java.desktop/share/classes/javax/swing/text/
H A DZoneView.java219 zone = new Zone(getElement(),
382 class Zone extends AsyncBoxView { class in class:ZoneView
387 public Zone(Element elem, Position start, Position end) { method in class:ZoneView.Zone
/openjdk9/jdk/src/jdk.naming.dns/share/classes/com/sun/jndi/dns/
H A DDnsContext.java832 // Zone was modified while we were examining it.
841 dprint("Zone not current; discarding node");

Completed in 402 milliseconds