Lines Matching refs:UDateIntervalFormat
22 * A UDateIntervalFormat is used to format the range between two UDate values
76 * Opaque UDateIntervalFormat object for use in C programs.
79 struct UDateIntervalFormat;
80 typedef struct UDateIntervalFormat UDateIntervalFormat; /**< C typedef for struct UDateIntervalFormat. @stable ICU 4.8 */
83 * Open a new UDateIntervalFormat object using the predefined rules for a
102 * A pointer to a UDateIntervalFormat object for the specified locale,
106 U_STABLE UDateIntervalFormat* U_EXPORT2
115 * Close a UDateIntervalFormat object. Once closed it may no longer be used.
117 * The UDateIntervalFormat object to close.
121 udtitvfmt_close(UDateIntervalFormat *formatter);
130 * "Smart pointer" class, closes a UDateIntervalFormat via udtitvfmt_close().
137 U_DEFINE_LOCAL_OPEN_POINTER(LocalUDateIntervalFormatPointer, UDateIntervalFormat, udtitvfmt_close);
146 * UDateIntervalFormat object.
148 * The UDateIntervalFormat object specifying the format conventions.
171 udtitvfmt_format(const UDateIntervalFormat* formatter,