Home | History | Annotate | Download | only in i18n

Lines Matching defs:roll

28 *                            Fixed bug in roll() 
34 * 12/09/99 aliu Fixed j81, calculation errors and roll bugs
812 * Roll a field by a signed amount.
817 GregorianCalendar::roll(EDateFields field, int32_t amount, UErrorCode& status) {
818 roll((UCalendarDateFields) field, amount, status);
822 GregorianCalendar::roll(UCalendarDateFields field, int32_t amount, UErrorCode& status)
905 Calendar::roll(field, amount, status);
919 fprintf(stderr, "%s:%d: roll DOM %d -> %.0lf ms \n",
928 Calendar::roll(field, amount, status);
932 fprintf(stderr, "%s:%d: roll WOM %d ??????????????????? \n",
936 // GregorianCalendar::roll( WEEK_OF_MONTH ) code
938 // This is tricky, because during the roll we may have to shift
1008 // Now roll between start and (limit - 1).
1036 Calendar::roll(field, amount, status);