HomeSort by relevance Sort by last modified time
    Searched refs:UDateIntervalFormat (Results 1 - 3 of 3) sorted by null

  /external/icu/icu4c/source/i18n/unicode/
udateintervalformat.h 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
    [all...]
  /external/icu/icu4c/source/i18n/
udateintervalformat.cpp 12 #include "unicode/udateintervalformat.h"
23 U_CAPI UDateIntervalFormat* U_EXPORT2
54 return (UDateIntervalFormat*)formatter.orphan();
59 udtitvfmt_close(UDateIntervalFormat *formatter)
66 udtitvfmt_format(const UDateIntervalFormat* formatter,
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 11 #include "unicode/udateintervalformat.h"
74 UDateIntervalFormat* udtitvfmt;

Completed in 662 milliseconds