Lines Matching defs:firstDay
557 int32_t firstDay = 31; // max possible number of dates in a month565 if (days[i] < firstDay) {566 firstDay = days[i];573 if (days[j] == firstDay + i) {583 // Use DOW_GEQ_DOM rule with firstDay as the start date584 dayOfMonth = firstDay;