Lines Matching refs:FixedDecimal
231 * An interface to FixedDecimal, allowing for other implementations.
250 * class FixedDecimal serves to communicate the properties
256 class U_I18N_API FixedDecimal: public IFixedDecimal, public UObject {
263 FixedDecimal(double n, int32_t v, int64_t f);
264 FixedDecimal(double n, int32_t);
265 explicit FixedDecimal(double n);
266 explicit FixedDecimal(const VisibleDigits &n);
267 FixedDecimal();
268 ~FixedDecimal() U_OVERRIDE;
269 FixedDecimal(const UnicodeString &s, UErrorCode &ec);
270 FixedDecimal(const FixedDecimal &other);