Home | History | Annotate | Download | only in i18n

Lines Matching refs:day_of_month

563     {/*N/A*/-1,       /*N/A*/-1,     /*N/A*/-1,       /*N/A*/-1}, // DAY_OF_MONTH
1176 * For example, in a Gregorian calendar pinning the {@link #DAY_OF_MONTH DAY_OF_MONTH}
1264 // These must include, at a minimum, MONTH, DAY_OF_MONTH,
1532 // and adjusting the DAY_OF_MONTH if necessary. We only adjust the
1533 // DAY_OF_MONTH if, after updating the MONTH field, it is illegal.
1554 // Rolling the year can involve pinning the DAY_OF_MONTH.
1613 // We know monthLen >= DAY_OF_MONTH so we skip the += 7 step here.
1623 int32_t day_of_month = (internalGet(UCAL_DAY_OF_MONTH) + amount*7 -
1625 if (day_of_month < 0) day_of_month += gap;
1626 day_of_month += start;
1629 if (day_of_month < 1) day_of_month = 1;
1630 if (day_of_month > monthLen) day_of_month = monthLen;
1632 // Set the DAY_OF_MONTH. We rely on the fact that this field
1636 // the appropriate fields here so that DAY_OF_MONTH is attended
1638 set(UCAL_DAY_OF_MONTH, day_of_month);
1785 // wrinkle is with DST -- for some fields, like the DAY_OF_MONTH,
2485 { kResolveRemap | UCAL_DAY_OF_MONTH, UCAL_YEAR, kResolveSTOP }, // if YEAR is set over YEAR_WOY use DAY_OF_MONTH