Lines Matching refs:firstDay
558 int32_t firstDay = 31; // max possible number of dates in a month566 if (days[i] < firstDay) {567 firstDay = days[i];574 if (days[j] == firstDay + i) {584 // Use DOW_GEQ_DOM rule with firstDay as the start date585 dayOfMonth = firstDay;