Home | History | Annotate | Download | only in unicode

Lines Matching refs:format

34  * 'Hits: 1,200,000,000'. The format will be appropriate for the given language,
89 * Clone this Format object polymorphically. The caller owns the
95 virtual Format* clone() const;
98 * Return TRUE if the given Format objects are semantically equal.
102 * @return TRUE if the given Format objects are semantically equal.
105 virtual UBool operator==(const Format& other) const;
108 using DecimalFormat::format;
111 * Format a double or long number using base-10 representation.
121 virtual UnicodeString& format(double number,
126 * Format a double or long number using base-10 representation.
133 * of fields generated by this format call.
139 virtual UnicodeString& format(double number,
145 * Format an int64 number using base-10 representation.
155 virtual UnicodeString& format(int64_t number,
160 * Format an int64 number using base-10 representation.
167 * of fields generated by this format call.
173 virtual UnicodeString& format(int64_t number,
179 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
188 * of fields generated by this format call.
194 virtual UnicodeString& format(const StringPiece &number,
200 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
205 * @param number The number, a DigitList format Decimal Floating Point.
209 * of fields generated by this format call.
214 virtual UnicodeString& format(const DigitList &number,
220 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
225 * @param number The number, a DigitList format Decimal Floating Point.
234 virtual UnicodeString& format(const DigitList &number,
271 * This method will fail if this format is not a currency format,