Home | History | Annotate | Download | only in i18n

Lines Matching refs:format

15  * \brief C++ API: Format and parse relative dates and times.
63 * Clone this Format object polymorphically. The caller owns the result and
68 virtual Format* clone(void) const;
71 * Return true if the given Format objects are semantically equal. Objects
74 * @return true if the given Format objects are semantically equal.
77 virtual UBool operator==(const Format& other) const;
80 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
95 virtual UnicodeString& format( Calendar& cal,
100 * Format an object to produce a string. This method handles Formattable
104 * @param obj The object to format. Must be a Date.
113 virtual UnicodeString& format(const Formattable& obj,
125 * this object's format method but can still be parsed as a date, then the
126 * parse succeeds. Clients may insist on strict adherence to the format by
148 * this object's format method but can still be parsed as a date, then the
149 * parse succeeds. Clients may insist on strict adherence to the format by
209 * Apply the given unlocalized date & time pattern strings to this relative date format.
210 * (i.e., after this call, this formatter will format dates and times according to
221 DateFormat *fDateFormat; // the held date format
222 DateFormat *fTimeFormat; // the held time format
223 MessageFormat *fCombinedFormat; // the {0} {1} format.