Home
last modified time | relevance | path

Searched refs:UCLN_COMMON (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Ducln_cmn.cpp32 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()
Ducln.h65 UCLN_COMMON /* This must be the last one to cleanup. */ enumerator