Home | History | Annotate | Download | only in i18n

Lines Matching refs:isDaylight

1268     UBool isDaylight = tz.inDaylightTime(date, status);
1276 if (isDaylight) {
1283 *timeType = isDaylight ? UTZFMT_TIME_TYPE_DAYLIGHT : UTZFMT_TIME_TYPE_STANDARD;