Lines Matching refs:DecimalQuantity
33 class U_I18N_API DecimalQuantity : public IFixedDecimal, public UMemory {
36 DecimalQuantity(const DecimalQuantity &other);
39 DecimalQuantity(DecimalQuantity &&src) noexcept;
41 DecimalQuantity();
43 ~DecimalQuantity() override;
50 DecimalQuantity &operator=(const DecimalQuantity &other);
53 DecimalQuantity &operator=(DecimalQuantity&& src) noexcept;
238 DecimalQuantity &setToInt(int32_t n);
240 DecimalQuantity &setToLong(int64_t n);
242 DecimalQuantity &setToDouble(double n);
251 DecimalQuantity &setToDecNumber(StringPiece n, UErrorCode& status);
254 DecimalQuantity &setToDecNum(const DecNum& n, UErrorCode& status);
257 static DecimalQuantity fromExponentString(UnicodeString n, UErrorCode& status);
350 bool operator==(const DecimalQuantity& other) const;
352 inline bool operator!=(const DecimalQuantity& other) const {
523 void copyFieldsFrom(const DecimalQuantity& other);
525 void copyBcdFrom(const DecimalQuantity &other);
527 void moveBcdFrom(DecimalQuantity& src);