Home | History | Annotate | Download | only in i18n

Lines Matching refs:yearLen

1971             int32_t yearLen = getActualMaximum(UCAL_DAY_OF_YEAR,status);
1972 int32_t ldy = (yearLen - internalGet(UCAL_DAY_OF_YEAR) + dow) % 7;
1973 // We know yearLen >= DAY_OF_YEAR so we skip the += 7 step here.
1979 int32_t limit = yearLen + 7 - ldy;
1990 if (day_of_year > yearLen) day_of_year = yearLen;