Home | History | Annotate | Download | only in unicode

Lines Matching full:amount

159  * adding the specified (signed) amount of time to a particular time field.
506 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
514 * @param amount The amount of time to be added to the field, in the natural unit
520 * @deprecated ICU 2.6. use add(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
522 virtual void add(EDateFields field, int32_t amount, UErrorCode& status);
525 * UDate Arithmetic function. Adds the specified (signed) amount of time to the given
533 * @param amount The amount of time to be added to the field, in the natural unit
541 virtual void add(UCalendarDateFields field, int32_t amount, UErrorCode& status);
594 * Time Field Rolling function. Rolls by the given amount on the given
609 * @param amount Indicates amount to roll.
613 * @deprecated ICU 2.6. Use roll(UCalendarDateFields field, int32_t amount, UErrorCode& status) instead.
615 virtual void roll(EDateFields field, int32_t amount, UErrorCode& status);
618 * Time Field Rolling function. Rolls by the given amount on the given
633 * @param amount Indicates amount to roll.
639 virtual void roll(UCalendarDateFields field, int32_t amount, UErrorCode& status);
654 * toward <code>when</code> by the given amount. That is, calling
711 * toward <code>when</code> by the given amount. That is, calling