Home | History | Annotate | Download | only in i18n

Lines Matching refs:UCAL_DAY_OF_MONTH

1297         (1 << UCAL_DAY_OF_MONTH) | // = UCAL_DATE
1485 int32_t dayOfMonth = fFields[UCAL_DAY_OF_MONTH];
1519 internalSet(UCAL_DAY_OF_MONTH, getGregorianDayOfMonth());
1551 case UCAL_DAY_OF_MONTH:
1616 pinField(UCAL_DAY_OF_MONTH,status);
1657 pinField(UCAL_DAY_OF_MONTH,status);
1665 pinField(UCAL_DAY_OF_MONTH,status);
1704 int32_t fdm = (dow - internalGet(UCAL_DAY_OF_MONTH) + 1) % 7;
1719 int32_t monthLen = getActualMaximum(UCAL_DAY_OF_MONTH, status);
1720 int32_t ldm = (monthLen - internalGet(UCAL_DAY_OF_MONTH) + dow) % 7;
1731 int32_t day_of_month = (internalGet(UCAL_DAY_OF_MONTH) + amount*7 -
1746 set(UCAL_DAY_OF_MONTH, day_of_month);
1852 int32_t preWeeks = (internalGet(UCAL_DAY_OF_MONTH) - 1) / 7;
1855 int32_t postWeeks = (getActualMaximum(UCAL_DAY_OF_MONTH,status) -
1856 internalGet(UCAL_DAY_OF_MONTH)) / 7;
1909 // UCAL_DAY_OF_MONTH. This allows <March 31>.add(UCAL_MONTH, 1) to be
1946 pinField(UCAL_DAY_OF_MONTH, status);
1964 case UCAL_DAY_OF_MONTH:
2478 int32_t daysInMonth = handleGetLimit(UCAL_DAY_OF_MONTH, limitType);
2567 case UCAL_DAY_OF_MONTH:
2672 { UCAL_DAY_OF_MONTH, kResolveSTOP },
2680 { kResolveRemap | UCAL_DAY_OF_MONTH, UCAL_YEAR, kResolveSTOP }, // if YEAR is set over YEAR_WOY use DAY_OF_MONTH
2964 bestField = UCAL_DAY_OF_MONTH;
2973 UBool useMonth = (bestField == UCAL_DAY_OF_MONTH ||
3004 if (bestField == UCAL_DAY_OF_MONTH) {
3008 if(isSet(UCAL_DAY_OF_MONTH)) {
3009 dayOfMonth = internalGet(UCAL_DAY_OF_MONTH,1);