Home | History | Annotate | Download | only in unicode

Lines Matching refs:Format

37   * object provided to the format method is a string that's matched
43 * <p>The main use case for the select format is gender based inflection.
104 * the form of the participle, uses a select format based on argument 1:</p>
137 * the <code>format</code> method matches no other keyword.
148 * format patterns. <code>SelectFormat</code> preserves these so that you
152 * automatically evaluate the resulting format pattern.
154 * in phrases to define a nested format pattern.</p>
169 * msgFmt->format(args1, 2, result, ignore, status);
184 class U_I18N_API SelectFormat : public Format {
210 * Sets the pattern used by this select format.
214 * @param pattern the pattern for this select format
223 using Format::format;
238 UnicodeString& format(const UnicodeString& keyword,
258 virtual UBool operator==(const Format& other) const;
267 virtual UBool operator!=(const Format& other) const;
270 * Clones this Format object polymorphically. The caller owns the
274 virtual Format* clone(void) const;
277 * Format an object to produce a string.
291 UnicodeString& format(const Formattable& obj,
316 * See Format::parseObject() for more.