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

/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DRuleRec.java115 * @param zrec ZoneRec to compare to
121 boolean isSameTransition(ZoneRec zrec, int save, int gmtOffset) { argument
124 if (zrec.getUntilTime().getType() != atTime.getType()) {
125 until = zrec.getLocalUntilTime(save, gmtOffset);
126 transition = Time.getLocalTime(zrec.getUntilYear(),
133 until = zrec.getLocalUntilTime();
134 transition = Time.getLocalTime(zrec.getUntilYear(),
H A DTimezone.java306 void setLastZoneRec(ZoneRec zrec) { argument
307 lastZoneRec = zrec;

Completed in 36 milliseconds