Home | History | Annotate | Download | only in unicode

Lines Matching full:formattable

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