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

/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DMappings.java67 * @param zi a Zoneinfo containing Zones
69 void add(Zoneinfo zi) { argument
70 Map<String,Zone> zones = zi.getZones();
116 Map<String,String> a = zi.getAliases();
H A DZone.java159 * @param zi the Zoneinfo object with which the rule reference is
162 void resolve(Zoneinfo zi) { argument
165 rec.resolve(zi);
H A DZoneRec.java198 void resolve(Zoneinfo zi) { argument
200 ruleRef = zi.getRule(ruleName);
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfoFile.java45 * &lt;java.home&gt;/lib/zi directory and provides time zone
54 * &lt;java.home&gt;/lib/zi directory. A path name for a given time
55 * zone ID is a concatenation of &lt;java.home&gt;/lib/zi/ and the
61 * &lt;java.home&gt;/lib/zi/Africa/Addis_Ababa
279 * The list of zone IDs included in the zi database. The list does
480 String zi = System.getProperty("java.home") +
481 File.separator + "lib" + File.separator + "zi";
483 zi = FileSystems.getDefault().getPath(zi).toRealPath().toString();
486 return zi;
582 addToCache(String id, ZoneInfo zi) argument
[all...]

Completed in 46 milliseconds