Home
last modified time | relevance | path

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

/aosp_15_r20/external/cronet/third_party/icu/source/common/
H A Ducln_cmn.cpp31 static cleanupFunc *gCommonCleanupFunctions[UCLN_COMMON_COUNT]; variable
80 gCommonCleanupFunctions[type] = func; in ucln_common_registerCleanup()
83 gCommonCleanupFunctions[type] = func; in ucln_common_registerCleanup()
114 if (gCommonCleanupFunctions[commonFunc]) in ucln_lib_cleanup()
116 gCommonCleanupFunctions[commonFunc](); in ucln_lib_cleanup()
117 gCommonCleanupFunctions[commonFunc] = nullptr; in ucln_lib_cleanup()
/aosp_15_r20/external/icu/icu4c/source/common/
H A Ducln_cmn.cpp31 static cleanupFunc *gCommonCleanupFunctions[UCLN_COMMON_COUNT]; variable
80 gCommonCleanupFunctions[type] = func; in ucln_common_registerCleanup()
83 gCommonCleanupFunctions[type] = func; in ucln_common_registerCleanup()
114 if (gCommonCleanupFunctions[commonFunc]) in ucln_lib_cleanup()
116 gCommonCleanupFunctions[commonFunc](); in ucln_lib_cleanup()
117 gCommonCleanupFunctions[commonFunc] = nullptr; in ucln_lib_cleanup()