Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Ducln_cmn.cpp31 static cleanupFunc *gCommonCleanupFunctions[UCLN_COMMON_COUNT]; variable
72 gCommonCleanupFunctions[type] = func; in ucln_common_registerCleanup()
103 if (gCommonCleanupFunctions[commonFunc]) in ucln_lib_cleanup()
105 gCommonCleanupFunctions[commonFunc](); in ucln_lib_cleanup()
106 gCommonCleanupFunctions[commonFunc] = NULL; in ucln_lib_cleanup()