OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:commonFunc
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/icu/source/common/
ucln_cmn.c
95
ECleanupCommonType
commonFunc
= UCLN_COMMON_START;
101
for (
commonFunc
++;
commonFunc
<UCLN_COMMON_COUNT;
commonFunc
++) {
102
if (gCommonCleanupFunctions[
commonFunc
])
104
gCommonCleanupFunctions[
commonFunc
]();
105
gCommonCleanupFunctions[
commonFunc
] = NULL;
/external/icu4c/common/
ucln_cmn.c
106
ECleanupCommonType
commonFunc
= UCLN_COMMON_START;
112
for (
commonFunc
++;
commonFunc
<UCLN_COMMON_COUNT;
commonFunc
++) {
113
if (gCommonCleanupFunctions[
commonFunc
])
115
gCommonCleanupFunctions[
commonFunc
]();
116
gCommonCleanupFunctions[
commonFunc
] = NULL;
Completed in 623 milliseconds