Searched refs:UCLN_COMMON (Results 1 – 2 of 2) sorted by relevance
29 static cleanupFunc *gLibCleanupFunctions[UCLN_COMMON];46 U_ASSERT(UCLN_START < type && type < UCLN_COMMON); in ucln_registerCleanup()47 if (UCLN_START < type && type < UCLN_COMMON) in ucln_registerCleanup()57 for (libType++; libType<UCLN_COMMON; libType++) { in ucln_lib_cleanup()
58 UCLN_COMMON /* This must be the last one to cleanup. */ enumerator