Searched refs:anotherMonth (Results 1 – 3 of 3) sorted by relevance
915 int anotherMonth = -1; in createRuleByRRULE()943 if (anotherMonth == -1) { in createRuleByRRULE()947 anotherMonth = fields[0]; in createRuleByRRULE()948 earliestMonth = anotherMonth; in createRuleByRRULE()953 anotherMonth = fields[0]; in createRuleByRRULE()958 } else if (fields[0] != month && fields[0] != anotherMonth) { in createRuleByRRULE()
946 int anotherMonth = -1; in createRuleByRRULE()974 if (anotherMonth == -1) { in createRuleByRRULE()978 anotherMonth = fields[0]; in createRuleByRRULE()979 earliestMonth = anotherMonth; in createRuleByRRULE()984 anotherMonth = fields[0]; in createRuleByRRULE()989 } else if (fields[0] != month && fields[0] != anotherMonth) { in createRuleByRRULE()
614 int32_t anotherMonth = -1; in createRuleByRRULE() local646 if (anotherMonth == -1) { in createRuleByRRULE()650 anotherMonth = tmp_month; in createRuleByRRULE()651 earliestMonth = anotherMonth; in createRuleByRRULE()656 anotherMonth = tmp_month; in createRuleByRRULE()661 } else if (tmp_month != month && tmp_month != anotherMonth) { in createRuleByRRULE()