HomeSort by relevance Sort by last modified time
    Searched refs:commonFunc (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
ucln_cmn.c 88 ECleanupCommonType commonFunc = UCLN_COMMON_START;
94 for (commonFunc++; commonFunc<UCLN_COMMON_COUNT; commonFunc++) {
95 if (gCommonCleanupFunctions[commonFunc])
97 gCommonCleanupFunctions[commonFunc]();
98 gCommonCleanupFunctions[commonFunc] = NULL;
  /external/icu/icu4c/source/common/
ucln_cmn.c 88 ECleanupCommonType commonFunc = UCLN_COMMON_START;
94 for (commonFunc++; commonFunc<UCLN_COMMON_COUNT; commonFunc++) {
95 if (gCommonCleanupFunctions[commonFunc])
97 gCommonCleanupFunctions[commonFunc]();
98 gCommonCleanupFunctions[commonFunc] = NULL;

Completed in 4871 milliseconds