• Home
  • History
  • Annotate
  • Raw
  • Download
  • only in /macosx-10.10/ICU-531.30/icuSources/i18n/

Lines Matching defs:day

230     int32_t year = 0, month = 0, day = 0, hour = 0, min = 0, sec = 0;
254 day = parseAsciiDigits(str, 6, 2, status);
265 if (year < 0 || month < 0 || month > 11 || day < 1 || day > maxDayOfMonth ||
278 UDate time = Grego::fieldsToDay(year, month, day) * U_MILLIS_PER_DAY;
374 * dow day of week in BYDAY, or 0 when not found
375 * wim day of week ordinal number in BYDAY, or 0 when not found
376 * dom an array of day of month
441 // Note: BYDAY may contain multiple day of week separated by comma. It is unlikely used for
444 // 2-letter format is used just for representing a day of week, for example, "SU" for Sunday
445 // 3 or 4-letter format is used for represeinging Nth day of week, for example, "-1SA" for last Saturday
451 // Nth day of week
483 // the last day in a month
560 // Resolve negative day numbers. A negative day number should
595 // We can only support 7 continuous days starting from a day of month.
650 // Reset earliest day
656 // The day range cannot exceed more than 2 months
660 // The day range cannot exceed more than 2 months
664 // If ealier month, go through days to find the earliest day
690 // If only YEARLY is set, use the day of DTSTART as BYMONTHDAY
704 // Day in month rule, for example, 15th day in the month
707 // Nth day of week rule, for example, last Sunday
710 // First day of week after day of month rule, for example,
711 // first Sunday after 15th day in the month
843 // Shift one day before or after
855 // Adjust day of week
1184 VTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
1186 return tz->getOffset(era, year, month, day, dayOfWeek, millis, status);
1190 VTimeZone::getOffset(uint8_t era, int32_t year, int32_t month, int32_t day,
1193 return tz->getOffset(era, year, month, day, dayOfWeek, millis, monthLength, status);
2361 // The start day is in previous month
2496 // If the rule's mills in a day is out of range, adjust start time.
2497 // Olson tzdata supports 24:00 of a day, but VTIMEZONE does not.