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

/openjdk7/jdk/make/tools/src/build/tools/javazic/
H A DTimezone.java46 private List<Long> transitions; field in class:Timezone
56 * at transitions
62 * at transitions
92 * The CRC32 value of the transitions data
128 * @return the number of transitions
131 if (transitions == null) {
134 return transitions.size();
166 return transitions;
243 if (transitions == null) {
244 transitions
[all...]
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java44 * daylight saving time transitions of a time zone.
46 * The daylight saving time transitions are described in the {@link
47 * #transitions transitions} table consisting of a chronological
48 * sequence of transitions of GMT offset and/or daylight saving time
49 * changes. Since all transitions are represented in UTC, in theory,
54 * This table covers transitions from 1900 until 2037 (as of version
63 * The date items, transitions, GMT offset(s), etc. are read from a database
131 * This array describes transitions of GMT offsets of this time
152 private long[] transitions; field in class:ZoneInfo
217 ZoneInfo(String ID, int rawOffset, int dstSavings, int checksum, long[] transitions, int[] offsets, int[] simpleTimeZoneParams, boolean willGMTOffsetChange) argument
[all...]

Completed in 32 milliseconds