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