Lines Matching defs:daylight
54 * <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} is {@code true}, a Daylight Saving Time name
350 * getDisplayName(daylight, style,
354 * @param daylight {@code true} specifying a Daylight Saving Time name, or
365 public final String getDisplayName(boolean daylight, int style) {
366 return getDisplayName(daylight, style,
373 * locale}. If the specified {@code daylight} is {@code true}, a Daylight
388 * @param daylight {@code true} specifying a Daylight Saving Time name, or
398 public String getDisplayName(boolean daylight, int style, Locale locale) {
413 if (daylight) {
419 int index = daylight ? 3 : 1;
577 * both have GMT-07:00, but differ in daylight saving behavior.
833 * no daylight saving time, or null if the id cannot be parsed.