Searched refs:daysCount (Results 1 – 3 of 3) sorted by relevance
543 int32_t daysCount = UPRV_LENGTHOF(days); in createRuleByRRULE() local546 parseRRULE(rrule, month, dayOfWeek, nthDayOfWeek, days, daysCount, until, status); in createRuleByRRULE()553 if (daysCount > 1) { in createRuleByRRULE()555 if (daysCount != 7 || month == -1 || dayOfWeek == 0) { in createRuleByRRULE()592 if (month == -1 || dayOfWeek == 0 || daysCount == 0) { in createRuleByRRULE()608 for (i = 0; i < daysCount; i++) { in createRuleByRRULE()635 if (daysCount + tmp_daysCount > 7) { in createRuleByRRULE()673 daysCount += tmp_daysCount; in createRuleByRRULE()675 if (daysCount != 7) { in createRuleByRRULE()
907 int daysCount = ruleFields.length - 3; in createRuleByRRULE()909 for (int i = 0; i < daysCount; i++) { in createRuleByRRULE()932 if (daysCount + count > 7) { in createRuleByRRULE()971 daysCount += count; in createRuleByRRULE()973 if (daysCount != 7) { in createRuleByRRULE()
938 int daysCount = ruleFields.length - 3; in createRuleByRRULE()940 for (int i = 0; i < daysCount; i++) { in createRuleByRRULE()963 if (daysCount + count > 7) { in createRuleByRRULE()1002 daysCount += count; in createRuleByRRULE()1004 if (daysCount != 7) { in createRuleByRRULE()