Lines Matching refs:number
43 * fixed number of digits are set (with setMaximumIntegerDigits or
110 * Format a double or long number using base-10 representation.
112 * @param number The value to be formatted.
120 virtual UnicodeString& format(double number,
125 * Format a double or long number using base-10 representation.
128 * @param number The value to be formatted.
138 virtual UnicodeString& format(double number,
144 * Format an int64 number using base-10 representation.
146 * @param number The value to be formatted.
154 virtual UnicodeString& format(int64_t number,
159 * Format an int64 number using base-10 representation.
162 * @param number The value to be formatted.
172 virtual UnicodeString& format(int64_t number,
178 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
179 * The syntax of the unformatted number is a "numeric string"
183 * @param number The unformatted number, as a string.
193 virtual UnicodeString& format(const StringPiece &number,
199 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
200 * The number is a DigitList wrapper onto a floating point decimal number.
201 * The default implementation in NumberFormat converts the decimal number
204 * @param number The number, a DigitList format Decimal Floating Point.
213 virtual UnicodeString& format(const DigitList &number,
219 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
220 * The number is a DigitList wrapper onto a floating point decimal number.
221 * The default implementation in NumberFormat converts the decimal number
224 * @param number The number, a DigitList format Decimal Floating Point.
233 virtual UnicodeString& format(const DigitList &number,