Home | History | Annotate | Download | only in i18n

Lines Matching refs:firstDay

558             int32_t firstDay = 31; // max possible number of dates in a month
566 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 date
585 dayOfMonth = firstDay;