Searched refs:UCLN_COMMON_COUNT (Results 1 – 2 of 2) sorted by relevance
31 static cleanupFunc *gCommonCleanupFunctions[UCLN_COMMON_COUNT];68 U_ASSERT(UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT); in ucln_common_registerCleanup()69 if (UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT) in ucln_common_registerCleanup()102 for (commonFunc++; commonFunc<UCLN_COMMON_COUNT; commonFunc++) { in ucln_lib_cleanup()
65 UCLN_COMMON_COUNT /* This must be last */ enumerator