ICU 56.1  56.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
udateintervalformat.h
Go to the documentation of this file.
1 /*
2 *****************************************************************************************
3 * Copyright (C) 2010-2012,2015 International Business Machines
4 * Corporation and others. All Rights Reserved.
5 *****************************************************************************************
6 */
7 
8 #ifndef UDATEINTERVALFORMAT_H
9 #define UDATEINTERVALFORMAT_H
10 
11 #include "unicode/utypes.h"
12 
13 #if !UCONFIG_NO_FORMATTING
14 
15 #include "unicode/umisc.h"
16 #include "unicode/localpointer.h"
17 
79 struct UDateIntervalFormat;
106 U_STABLE UDateIntervalFormat* U_EXPORT2
107 udtitvfmt_open(const char* locale,
108  const UChar* skeleton,
109  int32_t skeletonLength,
110  const UChar* tzID,
111  int32_t tzIDLength,
112  UErrorCode* status);
113 
120 U_STABLE void U_EXPORT2
122 
123 
124 #if U_SHOW_CPLUSPLUS_API
125 
127 
138 
140 
141 #endif
142 
143 
173 U_STABLE int32_t U_EXPORT2
174 udtitvfmt_format(const UDateIntervalFormat* formatter,
175  UDate fromDate,
176  UDate toDate,
177  UChar* result,
178  int32_t resultCapacity,
179  UFieldPosition* position,
180  UErrorCode* status);
181 
182 #endif /* #if !UCONFIG_NO_FORMATTING */
183 
184 #endif