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

/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DZone.java41 * Zone holds information corresponding to a "Zone" part of a time
46 class Zone { class
57 * Constructs a Zone with the specified zone name.
60 Zone(String name) { method in class:Zone
H A DZoneinfo.java58 * Zone name to Zone mappings
60 private Map<String,Zone> zones;
76 zones = new HashMap<String,Zone>();
83 * @param zone Zone to be added to the list.
85 void add(Zone zone) {
181 * @return the Zone list
183 Map<String,Zone> getZones() {
188 * @return a Zone specified by name.
191 Zone getZon
[all...]
H A DMappings.java52 // Zone names to be excluded from rawOffset table. Those have GMT
70 Map<String,Zone> zones = zi.getZones();
73 Zone zone = zones.get(zoneName);
77 // If the GMT offset of this Zone will change in some
78 // future time, this Zone is added to the exclude list.
146 && Zone.isTargetZone(key)) {
H A DMain.java127 Zone.addMET();
148 Zone.readZoneNames(zoneNamesFile);
H A DSimple.java52 * Zone records which are applied for given year.
72 * Sets last Rule records and Zone records for given timezone to
139 if (!Zone.isTargetZone(key)) {
182 if (zline.indexOf("Zone") == -1) {
183 zline = "Zone " + key + "\t" + zline.trim();
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DZoneView.java211 zone = new Zone(getElement(),
374 class Zone extends AsyncBoxView { class in class:ZoneView
379 public Zone(Element elem, Position start, Position end) { method in class:ZoneView.Zone
/openjdk7/jdk/src/share/classes/com/sun/jndi/dns/
H A DDnsContext.java829 // Zone was modified while we were examining it.
838 dprint("Zone not current; discarding node");

Completed in 65 milliseconds