Home | History | Annotate | Download | only in unicode

Lines Matching refs:Formattable

628      * This method handles Formattable objects with a <code>TimeZone</code>. If a the Formattable
637 virtual UnicodeString& format(const Formattable& obj, UnicodeString& appendTo,
642 * time zone display strings into Formattable objects with <code>TimeZone</code>.
644 * @param result Formattable to be set to the parse result. If parse fails, return contents are undefined.
648 * @return A newly created Formattable* object, or NULL on failure. The caller owns this and should
652 virtual void parseObject(const UnicodeString& source, Formattable& result, ParsePosition& parse_pos) const;