Home | History | Annotate | Download | only in i18n

Lines Matching defs:FixedDecimal

174  * class FixedDecimal serves to communicate the properties
180 class U_I18N_API FixedDecimal: public UMemory {
187 FixedDecimal(double n, int32_t v, int64_t f);
188 FixedDecimal(double n, int32_t);
189 explicit FixedDecimal(double n);
190 FixedDecimal();
191 FixedDecimal(const UnicodeString &s, UErrorCode &ec);
192 FixedDecimal(const FixedDecimal &other);
235 UBool isFulfilled(const FixedDecimal &number);
248 UBool isFulfilled(const FixedDecimal &number);
266 UnicodeString select(const FixedDecimal &number) const;