Home | History | Annotate | Download | only in i18n

Lines Matching refs:FixedDecimal

177  * class FixedDecimal serves to communicate the properties
183 class U_I18N_API FixedDecimal: public UMemory {
190 FixedDecimal(double n, int32_t v, int64_t f);
191 FixedDecimal(double n, int32_t);
192 explicit FixedDecimal(double n);
193 explicit FixedDecimal(const VisibleDigits &n);
194 FixedDecimal();
195 FixedDecimal(const UnicodeString &s, UErrorCode &ec);
196 FixedDecimal(const FixedDecimal &other);
239 UBool isFulfilled(const FixedDecimal &number);
252 UBool isFulfilled(const FixedDecimal &number);
270 UnicodeString select(const FixedDecimal &number) const;