Searched refs:WALL_TIME (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/
H A DSimpleTimeZone.java103 * <em>mode</em>s to specify the time: {@link #WALL_TIME}, {@link
107 * milliseconds in the {@link #WALL_TIME} mode. In this case, the wall clock time
180 * SimpleTimeZone.{@link #WALL_TIME},
185 * SimpleTimeZone.{@link #WALL_TIME},
219 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME,
220 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME,
237 * SimpleTimeZone.{@link #WALL_TIME},
242 * SimpleTimeZone.{@link #WALL_TIME},
278 startMonth, startDay, startDayOfWeek, startTime, WALL_TIME,
279 endMonth, endDay, endDayOfWeek, endTime, WALL_TIME,
1231 public static final int WALL_TIME = 0; // Zero for backward compatibility field in class:SimpleTimeZone
[all...]
/openjdk7/jdk/src/share/classes/sun/util/calendar/
H A DZoneInfo.java73 private static final int WALL_TIME = 2; field in class:ZoneInfo
256 return getOffsets(wall, offsets, WALL_TIME);

Completed in 42 milliseconds