Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Dvtzone.cpp557 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local
565 if (days[i] < firstDay) { in createRuleByRRULE()
566 firstDay = days[i]; in createRuleByRRULE()
573 if (days[j] == firstDay + i) { in createRuleByRRULE()
584 dayOfMonth = firstDay; in createRuleByRRULE()
/external/icu4c/test/intltest/
Dcalregts.cpp995 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local
998 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()
999 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()
1001 firstDay + in test4103271()