Home | History | Annotate | Download | only in intltest

Lines Matching defs:time

203  * (Assume transition time of 2:00 AM)
225 * Savings Time (PDT) does work at 2am.
361 // time.
468 dataerrln("We're not in Daylight Savings Time and we should be. - %s", u_errorName(status));
629 int32_t time = DATA[i+4];
635 zone->setStartRule(month, day, dayOfWeek, time, status);
641 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
649 zone->setEndRule(month, day, dayOfWeek, time, status);
655 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
665 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time,
673 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
685 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time,status);
691 ", dayOfWeek=" + dayOfWeek + ", time=" + time +
704 * must be non-zero. There is no upper limit at this time.
716 INT32_MAX, GOOD, // no upper limit on DST savings at this time
858 * Starting time
947 UDate dst = tempcal->getTime(status); // Time in DST
949 UDate std = tempcal->getTime(status); // Time in standard
1022 * We use two known, stable zones that shouldn't change much over time