OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:gCommonCleanupFunctions
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucln_cmn.c
29
static cleanupFunc *
gCommonCleanupFunctions
[UCLN_COMMON_COUNT];
75
gCommonCleanupFunctions
[type] = func;
102
if (
gCommonCleanupFunctions
[commonFunc])
104
gCommonCleanupFunctions
[commonFunc]();
105
gCommonCleanupFunctions
[commonFunc] = NULL;
/external/icu4c/common/
ucln_cmn.c
31
static cleanupFunc *
gCommonCleanupFunctions
[UCLN_COMMON_COUNT];
86
gCommonCleanupFunctions
[type] = func;
113
if (
gCommonCleanupFunctions
[commonFunc])
115
gCommonCleanupFunctions
[commonFunc]();
116
gCommonCleanupFunctions
[commonFunc] = NULL;
Completed in 1993 milliseconds