8 #ifndef UDATEINTERVALFORMAT_H
9 #define UDATEINTERVALFORMAT_H
13 #if !UCONFIG_NO_FORMATTING
76 struct UDateIntervalFormat;
77 typedef struct UDateIntervalFormat UDateIntervalFormat;
104 udtitvfmt_open(
const char* locale,
105 const UChar* skeleton,
106 int32_t skeletonLength,
118 udtitvfmt_close(UDateIntervalFormat *formatter);
121 #if U_SHOW_CPLUSPLUS_API
134 U_DEFINE_LOCAL_OPEN_POINTER(LocalUDateIntervalFormatPointer, UDateIntervalFormat, udtitvfmt_close);
168 udtitvfmt_format(
const UDateIntervalFormat* formatter,
172 int32_t resultCapacity,
double UDate
Date and Time data type.
#define U_NAMESPACE_BEGIN
This is used to begin a declaration of a public ICU C++ API.
A struct representing a range of text containing a specific field.
C++ API: "Smart pointers" for use with and in ICU4C C++ code.
uint16_t UChar
Define UChar to be wchar_t if that is 16 bits wide; always assumed to be unsigned.
#define U_NAMESPACE_END
This is used to end a declaration of a public ICU C++ API.
UErrorCode
Error code to replace exception handling, so that the code is compatible with all C++ compilers...
Basic definitions for ICU, for both C and C++ APIs.
#define U_DRAFT
This is used to declare a function as a draft public ICU C API.