Lines Matching refs:days
371 * domCount number of available days in dom (domCount is specifying the size of dom on input)
474 // Note: BYMONTHDAY may contain multiple days delimited by comma
534 int32_t days[7];
535 int32_t daysCount = UPRV_LENGTHOF(days);
538 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
548 // Only support the rule using 7 continuous days
557 if (days[i] < 0) {
558 days[i] = MONTHLENGTH[month] + days[i] + 1;
560 if (days[i] < firstDay) {
561 firstDay = days[i];
564 // Make sure days are continuous
568 if (days[j] == firstDay + i) {
574 // days are not continuous
589 // We can only support 7 continuous days starting from a day of month.
601 int32_t dom = days[i];
658 // If earlier month, go through days to find the earliest day
2317 // Check if all days are in the same month
2340 // Note: This code does not actually work well in February. For now, days in month in