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

  /external/chromium_org/third_party/icu/source/common/
ucln_cmn.c 30 static cleanupFunc *gLibCleanupFunctions[UCLN_COMMON];
45 if (gLibCleanupFunctions[libType])
47 gLibCleanupFunctions[libType]();
48 gLibCleanupFunctions[libType] = NULL;
89 gLibCleanupFunctions[type] = func;
  /external/icu4c/common/
ucln_cmn.c 32 static cleanupFunc *gLibCleanupFunctions[UCLN_COMMON];
72 if (gLibCleanupFunctions[libType])
74 gLibCleanupFunctions[libType]();
75 gLibCleanupFunctions[libType] = NULL;
100 gLibCleanupFunctions[type] = func;

Completed in 209 milliseconds