Lines Matching defs:day
224 int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0;
248 day = parseAsciiDigits(str, 6, 2, status);
259 if (year < 0 || month < 0 || month > 11 || day < 1 || day > maxDayOfMonth ||
272 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
368 * dow day of week in BYDAY, or 0 when not found
369 * wim day of week ordinal number in BYDAY, or 0 when not found
370 * dom an array of day of month
435 // Note: BYDAY may contain multiple day of week separated by comma. It is unlikely used for
438 // 2-letter format is used just for representing a day of week, for example, "SU" for Sunday
439 // 3 or 4-letter format is used for represeinging Nth day of week, for example, "-1SA" for last Saturday
445 // Nth day of week
477 // the last day in a month
554 // Resolve negative day numbers. A negative day number should
589 // We can only support 7 continuous days starting from a day of month.
644 // Reset earliest day
650 // The day range cannot exceed more than 2 months
654 // The day range cannot exceed more than 2 months
658 // If earlier month, go through days to find the earliest day
684 // If only YEARLY is set, use the day of DTSTART as BYMONTHDAY
698 // Day in month rule, for example, 15th day in the month
701 // Nth day of week rule, for example, last Sunday
704 // First day of week after day of month rule, for example,
705 // first Sunday after 15th day in the month
841 // Shift one day before or after
853 // Adjust day of week
1193 VTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
1195 return tz->getOffset(era, year, month, day, dayOfWeek, millis, status);
1199 VTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
1202 return tz->getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
2322 // The start day is in previous month
2460 // If the rule's mills in a day is out of range, adjust start time.
2461 // Olson tzdata supports 24:00 of a day, but VTIMEZONE does not.