]> git.saurik.com Git - apple/icu.git/blobdiff - icuSources/common/ucln_cmn.h
ICU-531.48.tar.gz
[apple/icu.git] / icuSources / common / ucln_cmn.h
index 868d4ea138cce597739a953be0b262642ccd9163..1903127a6e717508531b9e75767324a050067198 100644 (file)
@@ -1,7 +1,7 @@
 /*
 ******************************************************************************
 *                                                                            *
-* Copyright (C) 2001-2004, International Business Machines                   *
+* Copyright (C) 2001-2013, International Business Machines                   *
 *                Corporation and others. All Rights Reserved.                *
 *                                                                            *
 ******************************************************************************
@@ -26,29 +26,31 @@ U_CFUNC UBool umtx_cleanup(void);
 
 U_CFUNC UBool utrace_cleanup(void);
 
-U_CFUNC UBool ucln_common_lib_cleanup(void);
+U_CFUNC UBool ucln_lib_cleanup(void);
 
 /*
 Please keep the order of enums declared in same order
-as the functions are suppose to be called. */
+as the cleanup functions are suppose to be called. */
 typedef enum ECleanupCommonType {
     UCLN_COMMON_START = -1,
     UCLN_COMMON_USPREP,
     UCLN_COMMON_BREAKITERATOR,
+    UCLN_COMMON_BREAKITERATOR_DICT,
     UCLN_COMMON_SERVICE,
     UCLN_COMMON_URES,
     UCLN_COMMON_LOCALE,
+    UCLN_COMMON_LOCALE_AVAILABLE,
     UCLN_COMMON_ULOC,
-    UCLN_COMMON_UNORM,
+    UCLN_COMMON_NORMALIZER2,
     UCLN_COMMON_USET,
     UCLN_COMMON_UNAMES,
-    UCLN_COMMON_PNAME,
-    UCLN_COMMON_UCASE,
-    UCLN_COMMON_UCHAR,
+    UCLN_COMMON_UPROPS,
     UCLN_COMMON_UCNV,
     UCLN_COMMON_UCNV_IO,
     UCLN_COMMON_UDATA,
     UCLN_COMMON_PUTIL,
+    UCLN_COMMON_LIST_FORMATTER,
+    UCLN_COMMON_UINIT,
     UCLN_COMMON_COUNT /* This must be last */
 } ECleanupCommonType;