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

/openjdk7/jdk/src/share/classes/java/util/
H A DSimpleTimeZone.java552 if (date >= cacheStart && date < cacheEnd) {
675 if (time >= cacheStart && time < cacheEnd) {
694 cacheEnd = end;
717 cacheEnd = end;
1204 * time (inclusive) of daylight saving time and cacheEnd is the
1207 * cacheYear has a year value if both cacheStart and cacheEnd are
1209 * cacheStart and cacheEnd are in different years. cacheStart is 0
1215 private transient long cacheEnd; field in class:SimpleTimeZone
1283 cacheStart = cacheEnd = 0;

Completed in 34 milliseconds