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
1158 * For example, in a Gregorian calendar pinning the {@link #DAY_OF_MONTH DAY_OF_MONTH}
1246 // These must include, at a minimum, MONTH, DAY_OF_MONTH,
1514 // and adjusting the DAY_OF_MONTH if necessary. We only adjust the
1515 // DAY_OF_MONTH if, after updating the MONTH field, it is illegal.
1536 // Rolling the year can involve pinning the DAY_OF_MONTH.
1595 // We know monthLen >= DAY_OF_MONTH so we skip the += 7 step here.
1605 int32_t day_of_month = (internalGet(UCAL_DAY_OF_MONTH) + amount*7 -
1607 if (day_of_month < 0) day_of_month += gap;
1608 day_of_month += start;
1611 if (day_of_month < 1) day_of_month = 1;
1612 if (day_of_month > monthLen) day_of_month = monthLen;
1614 // Set the DAY_OF_MONTH. We rely on the fact that this field
1618 // the appropriate fields here so that DAY_OF_MONTH is attended
1620 set(UCAL_DAY_OF_MONTH, day_of_month);
1767 // wrinkle is with DST -- for some fields, like the DAY_OF_MONTH,
2368 { kResolveRemap | UCAL_DAY_OF_MONTH, UCAL_YEAR, kResolveSTOP }, // if YEAR is set over YEAR_WOY use DAY_OF_MONTH