Home | History | Annotate | Download | only in i18n

Lines Matching refs:format

15  * \brief C++ API: Format and parse relative dates and times.
64 * Clone this Format object polymorphically. The caller owns the result and
69 virtual Format* clone(void) const;
72 * Return true if the given Format objects are semantically equal. Objects
75 * @return true if the given Format objects are semantically equal.
78 virtual UBool operator==(const Format& other) const;
81 using DateFormat::format;
84 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
99 virtual UnicodeString& format( Calendar& cal,
104 * Format an object to produce a string. This method handles Formattable
108 * @param obj The object to format. Must be a Date.
117 virtual UnicodeString& format(const Formattable& obj,
129 * this object's format method but can still be parsed as a date, then the
130 * parse succeeds. Clients may insist on strict adherence to the format by
152 * this object's format method but can still be parsed as a date, then the
153 * parse succeeds. Clients may insist on strict adherence to the format by
213 * Apply the given unlocalized date & time pattern strings to this relative date format.
214 * (i.e., after this call, this formatter will format dates and times according to
225 DateFormat *fDateFormat; // the held date format
226 DateFormat *fTimeFormat; // the held time format
227 MessageFormat *fCombinedFormat; // the {0} {1} format.