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 24 * A UDateIntervalFormat is used to format the range between two UDate values
78 * Opaque UDateIntervalFormat object for use in C programs.
81 struct UDateIntervalFormat;
82 typedef struct UDateIntervalFormat UDateIntervalFormat; /**< C typedef for struct UDateIntervalFormat. @stable ICU 4.8 */
85 * Open a new UDateIntervalFormat object using the predefined rules for a
104 * A pointer to a UDateIntervalFormat object for the specified locale,
108 U_STABLE UDateIntervalFormat* U_EXPORT2
117 * Close a UDateIntervalFormat object. Once closed it may no longer be used
    [all...]
  /external/icu/icu4c/source/i18n/
udateintervalformat.cpp 14 #include "unicode/udateintervalformat.h"
25 U_CAPI UDateIntervalFormat* U_EXPORT2
56 return (UDateIntervalFormat*)formatter.orphan();
61 udtitvfmt_close(UDateIntervalFormat *formatter)
68 udtitvfmt_format(const UDateIntervalFormat* formatter,
  /external/icu/icu4c/source/test/cintltst/
cdateintervalformattest.c 13 #include "unicode/udateintervalformat.h"
76 UDateIntervalFormat* udtitvfmt;
281 UDateIntervalFormat* udifmt;

Completed in 166 milliseconds