Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvtzone.cpp618 int32_t tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek; in createRuleByRRULE() local
621 …parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, … in createRuleByRRULE()
631 if (tmp_month == -1 || tmp_dayOfWeek == 0 || tmp_daysCount == 0) { in createRuleByRRULE()
645 if (tmp_month != month) { in createRuleByRRULE()
647 int32_t diff = tmp_month - month; in createRuleByRRULE()
650 anotherMonth = tmp_month; in createRuleByRRULE()
656 anotherMonth = tmp_month; in createRuleByRRULE()
661 } else if (tmp_month != month && tmp_month != anotherMonth) { in createRuleByRRULE()
667 if (tmp_month == earliestMonth) { in createRuleByRRULE()
669 … tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()