Lines Matching refs:FixedDecimal
37 #define UPLRULES_NO_UNIQUE_VALUE_DECIMAL (FixedDecimal((double)-0.00123456777))
287 class U_I18N_API FixedDecimal: public IFixedDecimal, public UObject {
296 FixedDecimal(double n, int32_t v, int64_t f, int32_t e, int32_t c);
297 FixedDecimal(double n, int32_t v, int64_t f, int32_t e);
298 FixedDecimal(double n, int32_t v, int64_t f);
299 FixedDecimal(double n, int32_t);
300 explicit FixedDecimal(double n);
301 FixedDecimal();
302 ~FixedDecimal() U_OVERRIDE;
303 FixedDecimal(const UnicodeString &s, UErrorCode &ec);
304 FixedDecimal(const FixedDecimal &other);
306 static FixedDecimal createWithExponent(double n, int32_t v, int32_t e);
327 FixedDecimal& operator=(const FixedDecimal& other) = default;
328 bool operator==(const FixedDecimal &other) const;