Home | History | Annotate | Download | only in unicode

Lines Matching refs:TimeUnitAmount

27  * @see TimeUnitAmount
31 class U_I18N_API TimeUnitAmount: public Measure {
34 * Construct TimeUnitAmount object with the given number and the
45 TimeUnitAmount(const Formattable& number,
50 * Construct TimeUnitAmount object with the given numeric amount and the
61 TimeUnitAmount(double amount, TimeUnit::UTimeUnitFields timeUnitField,
69 TimeUnitAmount(const TimeUnitAmount& other);
76 TimeUnitAmount& operator=(const TimeUnitAmount& other);
91 virtual ~TimeUnitAmount();
158 TimeUnitAmount::operator!=(const UObject& other) const {