Home | History | Annotate | Download | only in i18n

Lines Matching full:days

377  * domCount number of availble days in dom (domCount is specifying the size of dom on input)
480 // Note: BYMONTHDAY may contain multiple days delimitted by comma
540 int32_t days[7];
541 int32_t daysCount = sizeof(days)/sizeof(days[0]);
544 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status);
554 // Only support the rule using 7 continuous days
563 if (days[i] < 0) {
564 days[i] = MONTHLENGTH[month] + days[i] + 1;
566 if (days[i] < firstDay) {
567 firstDay = days[i];
570 // Make sure days are continuous
574 if (days[j] == firstDay + i) {
580 // days are not continuous
595 // We can only support 7 continuous days starting from a day of month.
607 int32_t dom = days[i];
664 // If ealier month, go through days to find the earliest day
2340 // Check if all days are in the same month
2363 // Note: This code does not actually work well in February. For now, days in month in