michael@0: /* michael@0: ****************************************************************************** michael@0: * * michael@0: * Copyright (C) 2001-2009, International Business Machines * michael@0: * Corporation and others. All Rights Reserved. * michael@0: * * michael@0: ****************************************************************************** michael@0: * file name: ucln_in.c michael@0: * encoding: US-ASCII michael@0: * tab size: 8 (not used) michael@0: * indentation:4 michael@0: * michael@0: * created on: 2001July05 michael@0: * created by: George Rhoten michael@0: */ michael@0: michael@0: #include "ucln.h" michael@0: #include "ucln_in.h" michael@0: #include "uassert.h" michael@0: michael@0: /** Auto-client for UCLN_I18N **/ michael@0: #define UCLN_TYPE UCLN_I18N michael@0: #include "ucln_imp.h" michael@0: michael@0: /* Leave this copyright notice here! It needs to go somewhere in this library. */ michael@0: static const char copyright[] = U_COPYRIGHT_STRING; michael@0: michael@0: static cleanupFunc *gCleanupFunctions[UCLN_I18N_COUNT]; michael@0: michael@0: static UBool i18n_cleanup(void) michael@0: { michael@0: ECleanupI18NType libType = UCLN_I18N_START; michael@0: michael@0: while (++libType