Lines Matching refs:Format
35 * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
90 * Clone this Format object polymorphically. The caller owns the
96 virtual Format* clone() const;
99 * Return TRUE if the given Format objects are semantically equal.
103 * @return TRUE if the given Format objects are semantically equal.
106 virtual UBool operator==(const Format& other) const;
109 using DecimalFormat::format;
112 * Format a double or long number using base-10 representation.
122 virtual UnicodeString& format(double number,
127 * Format a double or long number using base-10 representation.
138 virtual UnicodeString& format(double number,
144 * Format a double or long number using base-10 representation.
151 * of fields generated by this format call.
157 virtual UnicodeString& format(double number,
163 * Format a long number using base-10 representation.
173 virtual UnicodeString& format(int32_t number,
178 * Format a long number using base-10 representation.
188 virtual UnicodeString& format(int32_t number,
194 * Format a long number using base-10 representation.
201 * of fields generated by this format call.
207 virtual UnicodeString& format(int32_t number,
213 * Format an int64 number using base-10 representation.
223 virtual UnicodeString& format(int64_t number,
228 * Format an int64 number using base-10 representation.
238 virtual UnicodeString& format(int64_t number,
244 * Format an int64 number using base-10 representation.
251 * of fields generated by this format call.
257 virtual UnicodeString& format(int64_t number,
263 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
272 * of fields generated by this format call.
278 virtual UnicodeString& format(StringPiece number,
284 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
289 * @param number The number, a DigitList format Decimal Floating Point.
293 * of fields generated by this format call.
298 virtual UnicodeString& format(const DigitList &number,
304 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
309 * @param number The number, a DigitList format Decimal Floating Point.
318 virtual UnicodeString& format(const DigitList &number,
354 * This method will fail if this format is not a currency format,