Home | History | Annotate | Download | only in unicode

Lines Matching refs:Format

38   * object provided to the format method is a string that's matched
48 * <p>The main use case for the select format is gender based inflection.
117 * the form of the participle, uses a select format based on argument 1:</p>
147 * the <code>format</code> method matches no other keyword.
167 * msgFmt->format(args1, 2, result, ignore, status);
183 class U_I18N_API SelectFormat : public Format {
209 * Sets the pattern used by this select format.
213 * @param pattern the pattern for this select format
222 using Format::format;
237 UnicodeString& format(const UnicodeString& keyword,
257 virtual UBool operator==(const Format& other) const;
266 virtual UBool operator!=(const Format& other) const;
269 * Clones this Format object polymorphically. The caller owns the
273 virtual Format* clone(void) const;
276 * Format an object to produce a string.
290 UnicodeString& format(const Formattable& obj,
315 * See Format::parseObject() for more.