Home | History | Annotate | Download | only in intltest

Lines Matching defs:day

117         min += (UDate)24*60*60*1000; // one day
202 * day of onset 1:59 AM STD = display name 1:59 AM ST
204 * day of end 0:59 AM STD = display name 1:59 AM DT
358 // the MILLSECOND field; you need to pass in the millis in the day in STANDARD
447 * in the MILLIS field, instead of the STANDARD MILLIS IN DAY.
472 int32_t day = cal->get(UCAL_DATE, status);
481 int32_t offset = tz->getOffset((uint8_t)era, year, month, day, (uint8_t)dayOfWeek, millis, status);
621 int32_t day = DATA[i+2];
629 zone->setStartRule(month, day, dayOfWeek, time, status);
634 errln(UnicodeString("setStartRule(month=") + month + ", day=" + day +
643 zone->setEndRule(month, day, dayOfWeek, time, status);
648 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
659 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time,
666 errln(UnicodeString("SimpleTimeZone(month=") + month + ", day=" + day +
679 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time,status);
684 errln(UnicodeString("SimpleTimeZone(<start>, month=") + month + ", day=" + day +