Lines Matching refs:format
15 * \brief C++ API: Format and parse relative dates and times.
66 * Clone this Format object polymorphically. The caller owns the result and
71 virtual Format* clone(void) const;
74 * Return true if the given Format objects are semantically equal. Objects
77 * @return true if the given Format objects are semantically equal.
80 virtual UBool operator==(const Format& other) const;
83 using DateFormat::format;
86 * Format a date or time, which is the standard millis since 24:00 GMT, Jan
101 virtual UnicodeString& format( Calendar& cal,
106 * Format an object to produce a string. This method handles Formattable
110 * @param obj The object to format. Must be a Date.
119 virtual UnicodeString& format(const Formattable& obj,
131 * this object's format method but can still be parsed as a date, then the
132 * parse succeeds. Clients may insist on strict adherence to the format by
154 * this object's format method but can still be parsed as a date, then the
155 * parse succeeds. Clients may insist on strict adherence to the format by
215 * Apply the given unlocalized date & time pattern strings to this relative date format.
216 * (i.e., after this call, this formatter will format dates and times according to
240 MessageFormat *fCombinedFormat; // the {0} {1} format.