Searched refs:isDaylight (Results 1 – 3 of 3) sorted by relevance
1711 boolean isDaylight = tz.inDaylightTime(new Date(date));1712 String name = isDaylight?1717 timeType.value = isDaylight ? TimeType.DAYLIGHT : TimeType.STANDARD;
1781 boolean isDaylight = tz.inDaylightTime(new Date(date));1782 String name = isDaylight?1787 timeType.value = isDaylight ? TimeType.DAYLIGHT : TimeType.STANDARD;
1354 UBool isDaylight = tz.inDaylightTime(date, status); in formatSpecific() local1362 if (isDaylight) { in formatSpecific()1369 *timeType = isDaylight ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD; in formatSpecific()