/*
******************************************************************************
* *
-* Copyright (C) 2001-2006, International Business Machines *
+* Copyright (C) 2001-2007, International Business Machines *
* Corporation and others. All Rights Reserved. *
* *
******************************************************************************
cmemory_cleanup(); /* undo any heap functions set by u_setMemoryFunctions(). */
gICUInitialized = FALSE;
UTRACE_EXIT(); /* Must be before utrace_cleanup(), which turns off tracing. */
-#if U_ENABLE_TRACING
+/*#if U_ENABLE_TRACING*/
utrace_cleanup();
-#endif
+/*#endif*/
}
/*
* available.
*/
#if !UCONFIG_NO_CONVERSION
- ucnv_io_countTotalAliases(status);
+ ucnv_io_countKnownConverters(status);
#endif
#else
/* Do any required init for services that don't have open operations