Home | History | Annotate | Download | only in i18n

Lines Matching refs:day_of_month

566     {/*N/A*/-1,       /*N/A*/-1,     /*N/A*/-1,       /*N/A*/-1}, // DAY_OF_MONTH
1178 * For example, in a Gregorian calendar pinning the {@link #DAY_OF_MONTH DAY_OF_MONTH}
1266 // These must include, at a minimum, MONTH, DAY_OF_MONTH,
1534 // and adjusting the DAY_OF_MONTH if necessary. We only adjust the
1535 // DAY_OF_MONTH if, after updating the MONTH field, it is illegal.
1556 // Rolling the year can involve pinning the DAY_OF_MONTH.
1615 // We know monthLen >= DAY_OF_MONTH so we skip the += 7 step here.
1625 int32_t day_of_month = (internalGet(UCAL_DAY_OF_MONTH) + amount*7 -
1627 if (day_of_month < 0) day_of_month += gap;
1628 day_of_month += start;
1631 if (day_of_month < 1) day_of_month = 1;
1632 if (day_of_month > monthLen) day_of_month = monthLen;
1634 // Set the DAY_OF_MONTH. We rely on the fact that this field
1638 // the appropriate fields here so that DAY_OF_MONTH is attended
1640 set(UCAL_DAY_OF_MONTH, day_of_month);
1787 // wrinkle is with DST -- for some fields, like the DAY_OF_MONTH,
2487 { kResolveRemap | UCAL_DAY_OF_MONTH, UCAL_YEAR, kResolveSTOP }, // if YEAR is set over YEAR_WOY use DAY_OF_MONTH