Home | History | Annotate | Download | only in i18n

Lines Matching defs:roll

1152 // for implementing add, roll, and computeFields.
1165 * their own overrides of {@link #roll roll} and {@link #add add}.
1447 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status)
1449 roll((UCalendarDateFields)field, amount, status);
1452 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)
1471 // These are the standard roll instructions. These work for all
1516 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1544 // This is tricky, because during the roll we may have to shift
1603 // Now roll between start and (limit - 1).
1661 // Now roll between start and (limit - 1).
1682 // Roll the day of year using millis. Compute the millis for
1703 // Roll the day of week using millis. Compute the millis for
1720 // Roll the day of week in the month using millis. Determine
1722 // and then roll within that range.
1734 // Roll within this range
1746 fprintf(stderr, "%s:%d: ILLEGAL ARG because of roll on non-rollable field %s\n",