Lines Matching full:decimal
17 * \brief C++ API: Formats decimal numbers in compact form.
56 * Returns a compact decimal instance for specified locale.
261 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
263 * as defined in the Decimal Arithmetic Specification, available at
264 * http://speleotrove.com/decimal
282 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
283 * The number is a DigitList wrapper onto a floating point decimal number.
284 * The default implementation in NumberFormat converts the decimal number
287 * @param number The number, a DigitList format Decimal Floating Point.
302 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
303 * The number is a DigitList wrapper onto a floating point decimal number.
304 * The default implementation in NumberFormat converts the decimal number
307 * @param number The number, a DigitList format Decimal Floating Point.