Home | History | Annotate | Download | only in i18n

Lines Matching defs:roll

1172 // for implementing add, roll, and computeFields.
1185 * their own overrides of {@link #roll roll} and {@link #add add}.
1467 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status)
1469 roll((UCalendarDateFields)field, amount, status);
1472 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)
1491 // These are the standard roll instructions. These work for all
1536 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1564 // This is tricky, because during the roll we may have to shift
1623 // Now roll between start and (limit - 1).
1681 // Now roll between start and (limit - 1).
1702 // Roll the day of year using millis. Compute the millis for
1723 // Roll the day of week using millis. Compute the millis for
1740 // Roll the day of week in the month using millis. Determine
1742 // and then roll within that range.
1754 // Roll within this range
1766 fprintf(stderr, "%s:%d: ILLEGAL ARG because of roll on non-rollable field %s\n",