X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/ba6d6ed23dec08b1cd5700a128c0752491c10ac9..51004dcb01e06fef634b61be77ed73dd61cb6db9:/icuSources/i18n/unicode/udateintervalformat.h diff --git a/icuSources/i18n/unicode/udateintervalformat.h b/icuSources/i18n/unicode/udateintervalformat.h index c590bd67..2a251b5b 100644 --- a/icuSources/i18n/unicode/udateintervalformat.h +++ b/icuSources/i18n/unicode/udateintervalformat.h @@ -103,7 +103,7 @@ typedef struct UDateIntervalFormat UDateIntervalFormat; /**< C typedef for stru * or NULL if an error occurred. * @stable ICU 4.8 */ -U_DRAFT UDateIntervalFormat* U_EXPORT2 +U_STABLE UDateIntervalFormat* U_EXPORT2 udtitvfmt_open(const char* locale, const UChar* skeleton, int32_t skeletonLength, @@ -117,7 +117,7 @@ udtitvfmt_open(const char* locale, * The UDateIntervalFormat object to close. * @stable ICU 4.8 */ -U_DRAFT void U_EXPORT2 +U_STABLE void U_EXPORT2 udtitvfmt_close(UDateIntervalFormat *formatter); @@ -167,7 +167,7 @@ U_NAMESPACE_END * output was truncated. * @stable ICU 4.8 */ -U_DRAFT int32_t U_EXPORT2 +U_STABLE int32_t U_EXPORT2 udtitvfmt_format(const UDateIntervalFormat* formatter, UDate fromDate, UDate toDate,