Lines Matching full:month
319 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month,
322 if (month < UCAL_JANUARY || month > UCAL_DECEMBER) {
328 return getOffset(era, year, month, dom, dow, millis,
329 Grego::monthLength(year, month),
337 int32_t OlsonTimeZone::getOffset(uint8_t era, int32_t year, int32_t month,
346 || month < UCAL_JANUARY
347 || month > UCAL_DECEMBER
365 return finalZone->getOffset(era, year, month, dom, dow,
370 UDate date = (UDate)(Grego::fieldsToDay(year, month, dom) * U_MILLIS_PER_DAY + millis);
428 int32_t year, month, dom, dow;
432 Grego::dayToFields(days, year, month, dom, dow);
434 year, month+1, dom, (millis/kOneHour)));
555 int32_t year, month, dom, dow, doy, mid;
556 Grego::timeToFields(current, year, month, dom, dow, doy, mid);