Home | History | Annotate | Download | only in i18n

Lines Matching defs:firstDay

560             int32_t firstDay = 31; // max possible number of dates in a month
568 if (days[i] < firstDay) {
569 firstDay = days[i];
576 if (days[j] == firstDay + i) {
586 // Use DOW_GEQ_DOM rule with firstDay as the start date
587 dayOfMonth = firstDay;