Home | History | Annotate | Download | only in unicode

Lines Matching refs:FixedDecimal

63 class FixedDecimal;
1997 * Get a FixedDecimal corresponding to a double as it would be
2002 FixedDecimal getFixedDecimal(double number, UErrorCode &status) const;
2005 * Get a FixedDecimal corresponding to a formattable as it would be
2010 FixedDecimal getFixedDecimal(const Formattable &number, UErrorCode &status) const;
2013 * Get a FixedDecimal corresponding to a DigitList as it would be
2018 FixedDecimal getFixedDecimal(DigitList &number, UErrorCode &status) const;