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