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