X-Git-Url: https://git.saurik.com/apple/icu.git/blobdiff_plain/51004dcb01e06fef634b61be77ed73dd61cb6db9..2ca993e82fb37b597a3c73ecd1586a139a6579c5:/icuSources/i18n/ucln_in.h diff --git a/icuSources/i18n/ucln_in.h b/icuSources/i18n/ucln_in.h index c27bfa80..3fdec6db 100644 --- a/icuSources/i18n/ucln_in.h +++ b/icuSources/i18n/ucln_in.h @@ -1,11 +1,9 @@ /* ****************************************************************************** -* * -* Copyright (C) 2001-2013, International Business Machines * -* Corporation and others. All Rights Reserved. * -* * +* Copyright (C) 2001-2016, International Business Machines +* Corporation and others. All Rights Reserved. ****************************************************************************** -* file name: ucln_cmn.h +* file name: ucln_in.h * encoding: US-ASCII * tab size: 8 (not used) * indentation:4 @@ -14,8 +12,8 @@ * created by: George Rhoten */ -#ifndef __UCLN_CMN_H__ -#define __UCLN_CMN_H__ +#ifndef __UCLN_IN_H__ +#define __UCLN_IN_H__ #include "unicode/utypes.h" #include "ucln.h" @@ -37,21 +35,21 @@ typedef enum ECleanupI18NType { UCLN_I18N_DANGI_CALENDAR, UCLN_I18N_CALENDAR, UCLN_I18N_TIMEZONEFORMAT, + UCLN_I18N_TZDBTIMEZONENAMES, UCLN_I18N_TIMEZONEGENERICNAMES, UCLN_I18N_TIMEZONENAMES, UCLN_I18N_ZONEMETA, UCLN_I18N_TIMEZONE, - UCLN_I18N_PLURAL_RULE, - UCLN_I18N_CURRENCY, UCLN_I18N_DECFMT, UCLN_I18N_NUMFMT, + UCLN_I18N_ALLOWED_HOUR_FORMATS, + UCLN_I18N_DAYPERIODRULES, UCLN_I18N_SMPDTFMT, UCLN_I18N_USEARCH, UCLN_I18N_COLLATOR, - UCLN_I18N_UCOL, UCLN_I18N_UCOL_RES, - UCLN_I18N_UCOL_BLD, UCLN_I18N_CSDET, + UCLN_I18N_COLLATION_ROOT, UCLN_I18N_GENDERINFO, UCLN_I18N_CDFINFO, UCLN_I18N_REGION, @@ -60,9 +58,8 @@ typedef enum ECleanupI18NType { /* Main library cleanup registration function. */ /* See common/ucln.h for details on adding a cleanup function. */ +/* Note: the global mutex must not be held when calling this function. */ U_CFUNC void U_EXPORT2 ucln_i18n_registerCleanup(ECleanupI18NType type, cleanupFunc *func); -U_CFUNC UBool utrans_transliterator_cleanup(void); - #endif