OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gCleanupFunctions
(Results
1 - 2
of
2
) sorted by null
/external/icu4c/i18n/
ucln_in.c
28
static cleanupFunc *
gCleanupFunctions
[UCLN_I18N_COUNT];
35
if (
gCleanupFunctions
[libType])
37
gCleanupFunctions
[libType]();
38
gCleanupFunctions
[libType] = NULL;
54
gCleanupFunctions
[type] = func;
/external/icu4c/io/
ucln_io.c
29
static cleanupFunc *
gCleanupFunctions
[UCLN_IO_COUNT];
36
if (
gCleanupFunctions
[libType])
38
gCleanupFunctions
[libType]();
39
gCleanupFunctions
[libType] = NULL;
55
gCleanupFunctions
[type] = func;
Completed in 121 milliseconds