Searched refs:tmp_month (Results 1 – 2 of 2) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | vtzone.cpp | 616 int32_t tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek; in createRuleByRRULE() local 619 …parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, … in createRuleByRRULE() 629 if (tmp_month == -1 || tmp_dayOfWeek == 0 || tmp_daysCount == 0) { in createRuleByRRULE() 643 if (tmp_month != month) { in createRuleByRRULE() 645 int32_t diff = tmp_month - month; in createRuleByRRULE() 648 anotherMonth = tmp_month; in createRuleByRRULE() 654 anotherMonth = tmp_month; in createRuleByRRULE() 659 } else if (tmp_month != month && tmp_month != anotherMonth) { in createRuleByRRULE() 665 if (tmp_month == earliestMonth) { in createRuleByRRULE() 667 … tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()
|
/external/chromium_org/third_party/icu/source/i18n/ |
D | vtzone.cpp | 616 int32_t tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek; in createRuleByRRULE() local 619 …parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, … in createRuleByRRULE() 629 if (tmp_month == -1 || tmp_dayOfWeek == 0 || tmp_daysCount == 0) { in createRuleByRRULE() 643 if (tmp_month != month) { in createRuleByRRULE() 645 int32_t diff = tmp_month - month; in createRuleByRRULE() 648 anotherMonth = tmp_month; in createRuleByRRULE() 654 anotherMonth = tmp_month; in createRuleByRRULE() 659 } else if (tmp_month != month && tmp_month != anotherMonth) { in createRuleByRRULE() 665 if (tmp_month == earliestMonth) { in createRuleByRRULE() 667 … tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()
|