Lines Matching refs:FixedDecimal
37 #define UPLRULES_NO_UNIQUE_VALUE_DECIMAL (FixedDecimal((double)-0.00123456777))
277 class U_I18N_API FixedDecimal: public IFixedDecimal, public UObject {
285 FixedDecimal(double n, int32_t v, int64_t f, int32_t e);
286 FixedDecimal(double n, int32_t v, int64_t f);
287 FixedDecimal(double n, int32_t);
288 explicit FixedDecimal(double n);
289 FixedDecimal();
290 ~FixedDecimal() U_OVERRIDE;
291 FixedDecimal(const UnicodeString &s, UErrorCode &ec);
292 FixedDecimal(const FixedDecimal &other);
294 static FixedDecimal createWithExponent(double n, int32_t v, int32_t e);
314 bool operator==(const FixedDecimal &other) const;