Searched refs:daylight (Results 1 - 3 of 3) sorted by relevance

/openjdk7/jdk/src/share/classes/java/util/spi/
H A DTimeZoneNameProvider.java60 * If <code>daylight</code> is true, the method should return a name
61 * appropriate for daylight saving time even if the specified time zone
62 * has not observed daylight saving time in the past.
65 * @param daylight if true, return the daylight saving name.
79 public abstract String getDisplayName(String ID, boolean daylight, int style, Locale locale); argument
/openjdk7/jdk/src/share/classes/java/util/
H A DTimeZone.java54 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
99 * Basic Latin block of the Unicode standard. No daylight saving time
170 * daylight savings. This is the offset to add to UTC to get local time.
197 * date, the offset value is adjusted with the amount of daylight
219 * Gets the raw GMT offset and the amount of daylight saving of this
222 * 00:00:00.000 GMT) at which the time zone offset and daylight
225 * (offset[0]) and daylight saving amount (offset[1]) are stored,
228 * @return the total amount of the raw GMT offset and daylight
264 * affected by daylight saving time, it is called <I>raw
344 * specified {@code daylight} i
365 getDisplayName(boolean daylight, int style) argument
398 getDisplayName(boolean daylight, int style, Locale locale) argument
[all...]
/openjdk7/jdk/src/share/classes/java/text/
H A DSimpleDateFormat.java1211 boolean daylight = (calendar.get(Calendar.DST_OFFSET) != 0);
1213 buffer.append(tz.getDisplayName(daylight, tzstyle, formatData.locale));
1564 // and long and short daylight [3 & 4].
1590 boolean useSameName = false; // true if standard and daylight time use the same abbreviation.
1605 // Check if the standard name (abbr) and the daylight name are the same.
1642 // (abbreviation) for both standard and daylight time,

Completed in 69 milliseconds