Home | History | Annotate | Download | only in unicode

Lines Matching full:amount

352      * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
356 * @param amount Indicates amount to roll.
360 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
362 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
365 * (Overrides Calendar) Rolls up or down by the given amount in the specified field.
369 * @param amount Indicates amount to roll.
375 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);