Searched refs:daysCount (Results 1 – 1 of 1) sorted by relevance
540 int32_t daysCount = sizeof(days)/sizeof(days[0]); in createRuleByRRULE() local543 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status); in createRuleByRRULE()550 if (daysCount > 1) { in createRuleByRRULE()552 if (daysCount != 7 || month == -1 || dayOfWeek == 0) { in createRuleByRRULE()589 if (month == -1 || dayOfWeek == 0 || daysCount == 0) { in createRuleByRRULE()605 for (i = 0; i < daysCount; i++) { in createRuleByRRULE()632 if (daysCount + tmp_daysCount > 7) { in createRuleByRRULE()670 daysCount += tmp_daysCount; in createRuleByRRULE()672 if (daysCount != 7) { in createRuleByRRULE()