Searched refs:firstDay (Results 1 – 2 of 2) sorted by relevance
557 int32_t firstDay = 31; // max possible number of dates in a month in createRuleByRRULE() local565 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()
995 for (int32_t firstDay=1; firstDay<=2; firstDay++) { in test4103271() local998 testCal->setFirstDayOfWeek((UCalendarDaysOfWeek)firstDay); in test4103271()999 testDesc = (UnicodeString("Test") + firstDay + minDays); in test4103271()1001 firstDay + in test4103271()