Home | History | Annotate | Download | only in unicode

Lines Matching refs:FixedDecimal

64 class FixedDecimal;
1976 * Get a FixedDecimal corresponding to a double as it would be
1981 FixedDecimal getFixedDecimal(double number, UErrorCode &status) const;
1984 * Get a FixedDecimal corresponding to a formattable as it would be
1989 FixedDecimal getFixedDecimal(const Formattable &number, UErrorCode &status) const;
1992 * Get a FixedDecimal corresponding to a DigitList as it would be
1997 FixedDecimal getFixedDecimal(DigitList &number, UErrorCode &status) const;