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

/macosx-10.10/ICU-531.30/icuSources/i18n/
H A Ducln_in.c28 static cleanupFunc *gCleanupFunctions[UCLN_I18N_COUNT]; variable
36 if (gCleanupFunctions[libType])
38 gCleanupFunctions[libType]();
39 gCleanupFunctions[libType] = NULL;
55 gCleanupFunctions[type] = func;
/macosx-10.10/ICU-531.30/icuSources/io/
H A Ducln_io.c33 static cleanupFunc *gCleanupFunctions[UCLN_IO_COUNT]; variable
41 if (gCleanupFunctions[libType])
43 gCleanupFunctions[libType]();
44 gCleanupFunctions[libType] = NULL;
60 gCleanupFunctions[type] = func;

Completed in 80 milliseconds