Home | History | Annotate | Download | only in unicode

Lines Matching refs:number

44  * fixed number of digits are set (with setMaximumIntegerDigits or
111 * Format a double or long number using base-10 representation.
113 * @param number The value to be formatted.
121 virtual UnicodeString& format(double number,
126 * Format a double or long number using base-10 representation.
129 * @param number The value to be formatted.
139 virtual UnicodeString& format(double number,
145 * Format an int64 number using base-10 representation.
147 * @param number The value to be formatted.
155 virtual UnicodeString& format(int64_t number,
160 * Format an int64 number using base-10 representation.
163 * @param number The value to be formatted.
173 virtual UnicodeString& format(int64_t number,
179 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
180 * The syntax of the unformatted number is a "numeric string"
184 * @param number The unformatted number, as a string.
194 virtual UnicodeString& format(const StringPiece &number,
200 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
201 * The number is a DigitList wrapper onto a floating point decimal number.
202 * The default implementation in NumberFormat converts the decimal number
205 * @param number The number, a DigitList format Decimal Floating Point.
214 virtual UnicodeString& format(const DigitList &number,
220 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
221 * The number is a DigitList wrapper onto a floating point decimal number.
222 * The default implementation in NumberFormat converts the decimal number
225 * @param number The number, a DigitList format Decimal Floating Point.
234 virtual UnicodeString& format(const DigitList &number,