Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Dvtzone.cpp620 int32_t tmp_daysCount = UPRV_LENGTHOF(tmp_days); 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()
635 if (daysCount + tmp_daysCount > 7) { in createRuleByRRULE()
668 for (j = 0; j < tmp_daysCount; j++) { in createRuleByRRULE()
673 daysCount += tmp_daysCount; in createRuleByRRULE()