Lines Matching refs:DecimalQuantity
33 class U_I18N_API DecimalQuantity : public IFixedDecimal, public UMemory {
36 DecimalQuantity(const DecimalQuantity &other);
39 DecimalQuantity(DecimalQuantity &&src) U_NOEXCEPT;
41 DecimalQuantity();
43 ~DecimalQuantity() override;
50 DecimalQuantity &operator=(const DecimalQuantity &other);
53 DecimalQuantity &operator=(DecimalQuantity&& src) U_NOEXCEPT;
219 DecimalQuantity &setToInt(int32_t n);
221 DecimalQuantity &setToLong(int64_t n);
223 DecimalQuantity &setToDouble(double n);
232 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
235 DecimalQuantity &setToDecNum(const DecNum& n, UErrorCode& status);
324 bool operator==(const DecimalQuantity& other) const;
326 inline bool operator!=(const DecimalQuantity& other) const {
497 void copyFieldsFrom(const DecimalQuantity& other);
499 void copyBcdFrom(const DecimalQuantity &other);
501 void moveBcdFrom(DecimalQuantity& src);