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

/libcore/ojluni/src/main/java/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
/libcore/luni/src/main/java/libcore/icu/
H A DTimeZoneNames.java114 public static String getDisplayName(String[][] zoneStrings, String id, boolean daylight, int style) { argument
119 if (daylight) {
/libcore/ojluni/src/main/java/java/util/
H A DTimeZone.java57 * <code>TimeZone</code> represents a time zone offset, and also figures out daylight
102 * Basic Latin block of the Unicode standard. No daylight saving time
175 * daylight savings. This is the offset to add to UTC to get local time.
202 * date, the offset value is adjusted with the amount of daylight
224 * Gets the raw GMT offset and the amount of daylight saving of this
227 * 00:00:00.000 GMT) at which the time zone offset and daylight
230 * (offset[0]) and daylight saving amount (offset[1]) are stored,
233 * @return the total amount of the raw GMT offset and daylight
269 * affected by daylight saving time, it is called <I>raw
349 * specified {@code daylight} i
370 getDisplayName(boolean daylight, int style) argument
[all...]
/libcore/luni/src/test/java/libcore/java/util/
H A DTimeZoneTest.java70 // Any time before we have transition data is considered non-daylight, even in summer.
204 // both standard and daylight time.
277 private static String formatGmtString(TimeZone tz, boolean daylight) { argument
279 if (daylight) {
304 // This timezone didn't have any daylight savings prior to 1917 and this
309 // Nov 30th 2039, no daylight savings as per current rules.
/libcore/ojluni/src/main/java/java/text/
H A DSimpleDateFormat.java1194 boolean daylight = (calendar.get(Calendar.DST_OFFSET) != 0);
1196 String zoneString = tz.getDisplayName(daylight, tzstyle, formatData.locale);
1629 // and long and short daylight [3 & 4].
1655 boolean useSameName = false; // true if standard and daylight time use the same abbreviation.
1670 // Check if the standard name (abbr) and the daylight name are the same.
1707 // (abbreviation) for both standard and daylight time,

Completed in 162 milliseconds