Home
last modified time | relevance | path

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

/external/icu/icu4c/source/i18n/
Ducln_in.cpp29 static cleanupFunc *gCleanupFunctions[UCLN_I18N_COUNT]; variable
37 if (gCleanupFunctions[libType]) in i18n_cleanup()
39 gCleanupFunctions[libType](); in i18n_cleanup()
40 gCleanupFunctions[libType] = NULL; in i18n_cleanup()
56 gCleanupFunctions[type] = func; in ucln_i18n_registerCleanup()
/external/icu/icu4c/source/io/
Ducln_io.cpp34 static cleanupFunc *gCleanupFunctions[UCLN_IO_COUNT]; variable
42 if (gCleanupFunctions[libType]) in io_cleanup()
44 gCleanupFunctions[libType](); in io_cleanup()
45 gCleanupFunctions[libType] = NULL; in io_cleanup()
61 gCleanupFunctions[type] = func; in ucln_io_registerCleanup()