Searched refs:isDaylight (Results 1 – 3 of 3) sorted by relevance
1715 boolean isDaylight = tz.inDaylightTime(new Date(date));1716 String name = isDaylight?1721 timeType.value = isDaylight ? TimeType.DAYLIGHT : TimeType.STANDARD;
1785 boolean isDaylight = tz.inDaylightTime(new Date(date));1786 String name = isDaylight?1791 timeType.value = isDaylight ? TimeType.DAYLIGHT : TimeType.STANDARD;
1360 UBool isDaylight = tz.inDaylightTime(date, status); in formatSpecific() local1368 if (isDaylight) { in formatSpecific()1375 *timeType = isDaylight ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD; in formatSpecific()