/*
******************************************************************************
* *
-* Copyright (C) 2001-2004, International Business Machines *
+* Copyright (C) 2001-2013, International Business Machines *
* Corporation and others. All Rights Reserved. *
* *
******************************************************************************
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;