Home | History | Annotate | Download | only in unicode

Lines Matching refs:format

33  * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
88 * Clone this Format object polymorphically. The caller owns the
94 virtual Format* clone() const;
97 * Return TRUE if the given Format objects are semantically equal.
101 * @return TRUE if the given Format objects are semantically equal.
104 virtual UBool operator==(const Format& other) const;
107 using DecimalFormat::format;
110 * Format a double or long number using base-10 representation.
120 virtual UnicodeString& format(double number,
125 * Format a double or long number using base-10 representation.
136 virtual UnicodeString& format(double number,
142 * Format a double or long number using base-10 representation.
149 * of fields generated by this format call.
155 virtual UnicodeString& format(double number,
161 * Format a long number using base-10 representation.
171 virtual UnicodeString& format(int32_t number,
176 * Format a long number using base-10 representation.
186 virtual UnicodeString& format(int32_t number,
192 * Format a long number using base-10 representation.
199 * of fields generated by this format call.
205 virtual UnicodeString& format(int32_t number,
211 * Format an int64 number using base-10 representation.
221 virtual UnicodeString& format(int64_t number,
226 * Format an int64 number using base-10 representation.
236 virtual UnicodeString& format(int64_t number,
242 * Format an int64 number using base-10 representation.
249 * of fields generated by this format call.
255 virtual UnicodeString& format(int64_t number,
261 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
270 * of fields generated by this format call.
276 virtual UnicodeString& format(const StringPiece &number,
282 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
287 * @param number The number, a DigitList format Decimal Floating Point.
291 * of fields generated by this format call.
296 virtual UnicodeString& format(const DigitList &number,
302 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
307 * @param number The number, a DigitList format Decimal Floating Point.
316 virtual UnicodeString& format(const DigitList &number,
352 * This method will fail if this format is not a currency format,