Lines Matching full:roll
1239 // for implementing add, roll, and computeFields.
1252 * their own overrides of {@link #roll roll} and {@link #add add}.
1534 void Calendar::roll(EDateFields field, int32_t amount, UErrorCode& status)
1536 roll((UCalendarDateFields)field, amount, status);
1539 void Calendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)
1558 // These are the standard roll instructions. These work for all
1603 // E.g., <jan31>.roll(MONTH, 1) -> <feb28> or <feb29>.
1639 // this era has real bounds, roll should wrap years
1670 // This is tricky, because during the roll we may have to shift
1729 // Now roll between start and (limit - 1).
1787 // Now roll between start and (limit - 1).
1808 // Roll the day of year using millis. Compute the millis for
1829 // Roll the day of week using millis. Compute the millis for
1846 // Roll the day of week in the month using millis. Determine
1848 // and then roll within that range.
1860 // Roll within this range
1872 fprintf(stderr, "%s:%d: ILLEGAL ARG because of roll on non-rollable field %s\n",
2030 // to roll over/back the date. For now, this only happens