Lines Matching refs:Format
20 * 07/22/98 stephen Removed operator!= (implemented in Format)
31 * \brief C++ API: Choice Format.
38 #include "unicode/format.h"
156 * fmt.format(x, str);
245 * Clones this Format object. The caller owns the
251 virtual Format* clone(void) const;
254 * Returns true if the given Format objects are semantically equal.
261 virtual UBool operator==(const Format& other) const;
302 * parsed with that format,and should be in
306 * @param formatsToCopy The format strings you want to use for each limit.
320 * @param formats Array of format string
360 using NumberFormat::format;
373 virtual UnicodeString& format(double number,
387 virtual UnicodeString& format(int32_t number,
402 format(int64_t number,
420 virtual UnicodeString& format(const Formattable* objs,