Lines Matching refs: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);
625 int32_t day = DATA[i+2];
633 zone->setStartRule(month, day, dayOfWeek, time, status);
638 errln(UnicodeString("setStartRule(month=") + month + ", day=" + day +
647 zone->setEndRule(month, day, dayOfWeek, time, status);
652 errln(UnicodeString("setEndRule(month=") + month + ", day=" + day +
663 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time,
670 errln(UnicodeString("SimpleTimeZone(month=") + month + ", day=" + day +
683 (int8_t)month, (int8_t)day, (int8_t)dayOfWeek, time,status);
688 errln(UnicodeString("SimpleTimeZone(<start>, month=") + month + ", day=" + day +