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.
132 * of fields generated by this format call.
138 virtual UnicodeString& format(double number,
144 * Format an int64 number using base-10 representation.
154 virtual UnicodeString& format(int64_t number,
159 * Format an int64 number using base-10 representation.
166 * of fields generated by this format call.
172 virtual UnicodeString& format(int64_t number,
178 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
187 * of fields generated by this format call.
193 virtual UnicodeString& format(const StringPiece &number,
199 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR
204 * @param number The number, a DigitList format Decimal Floating Point.
208 * of fields generated by this format call.
213 virtual UnicodeString& format(const DigitList &number,
219 * Format a decimal number. Currently sets status to U_UNSUPPORTED_ERROR.
224 * @param number The number, a DigitList format Decimal Floating Point.
233 virtual UnicodeString& format(const DigitList &number,
269 * This method will fail if this format is not a currency format,