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

/external/icu/icu4j/main/classes/core/src/com/ibm/icu/text/
H A DTimeZoneFormat.java299 DAYLIGHT; enum constant in enum:TimeZoneFormat.TimeType
992 timeType.value = (offsets[1] != 0) ? TimeType.DAYLIGHT : TimeType.STANDARD;
1788 timeType.value = isDaylight ? TimeType.DAYLIGHT : TimeType.STANDARD;
1873 return TimeType.DAYLIGHT;

Completed in 172 milliseconds