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

/external/chromium_org/third_party/icu/source/i18n/
H A Ducln_in.c28 static cleanupFunc *gCleanupFunctions[UCLN_I18N_COUNT]; variable
35 if (gCleanupFunctions[libType])
37 gCleanupFunctions[libType]();
38 gCleanupFunctions[libType] = NULL;
54 gCleanupFunctions[type] = func;
/external/icu/icu4c/source/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;
/external/chromium_org/third_party/icu/source/io/
H A Ducln_io.c33 static cleanupFunc *gCleanupFunctions[UCLN_IO_COUNT]; variable
40 if (gCleanupFunctions[libType])
42 gCleanupFunctions[libType]();
43 gCleanupFunctions[libType] = NULL;
59 gCleanupFunctions[type] = func;
/external/icu/icu4c/source/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 117 milliseconds