Home
last modified time | relevance | path

Searched refs:tmp_month (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/i18n/
Dvtzone.cpp615 int32_t tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek; in createRuleByRRULE() local
618 …parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, … in createRuleByRRULE()
628 if (tmp_month == -1 || tmp_dayOfWeek == 0 || tmp_daysCount == 0) { in createRuleByRRULE()
642 if (tmp_month != month) { in createRuleByRRULE()
644 int32_t diff = tmp_month - month; in createRuleByRRULE()
647 anotherMonth = tmp_month; in createRuleByRRULE()
653 anotherMonth = tmp_month; in createRuleByRRULE()
658 } else if (tmp_month != month && tmp_month != anotherMonth) { in createRuleByRRULE()
664 if (tmp_month == earliestMonth) { in createRuleByRRULE()
666 … tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()