Lines Matching full:roll
406 void ChineseCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) {
445 // Now do the standard roll computation on m, with the
459 Calendar::roll(field, amount, status);
464 roll(EDateFields field, int32_t amount, UErrorCode& status) {
465 roll((UCalendarDateFields)field, amount, status);
792 * and a day-of-month. Used by add() and roll().