Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvtzone.cpp619 int32_t tmp_days[7]; in createRuleByRRULE() local
620 int32_t tmp_daysCount = UPRV_LENGTHOF(tmp_days); in createRuleByRRULE()
621 …parseRRULE(rrule, tmp_month, tmp_dayOfWeek, tmp_nthDayOfWeek, tmp_days, tmp_daysCount, tmp_until, … in createRuleByRRULE()
669tmp_days[j] = tmp_days[j] > 0 ? tmp_days[j] : MONTHLENGTH[tmp_month] + tmp_days[j] + 1; in createRuleByRRULE()
670 earliestDay = tmp_days[j] < earliestDay ? tmp_days[j] : earliestDay; in createRuleByRRULE()