Lines Matching refs:Format
40 * object provided to the format method is a string that's matched
50 * <p>The main use case for the select format is gender based inflection.
119 * the form of the participle, uses a select format based on argument 1:</p>
149 * the <code>format</code> method matches no other keyword.
169 * msgFmt->format(args1, 2, result, ignore, status);
185 class U_I18N_API SelectFormat : public Format {
211 * Sets the pattern used by this select format.
215 * @param pattern the pattern for this select format
224 using Format::format;
239 UnicodeString& format(const UnicodeString& keyword,
259 virtual UBool operator==(const Format& other) const;
268 virtual UBool operator!=(const Format& other) const;
271 * Clones this Format object polymorphically. The caller owns the
275 virtual Format* clone(void) const;
278 * Format an object to produce a string.
292 UnicodeString& format(const Formattable& obj,
317 * See Format::parseObject() for more.