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

  /external/icu/icu4c/source/i18n/
ucln_in.cpp 29 static cleanupFunc *gCleanupFunctions[UCLN_I18N_COUNT];
37 if (gCleanupFunctions[libType])
39 gCleanupFunctions[libType]();
40 gCleanupFunctions[libType] = NULL;
56 gCleanupFunctions[type] = func;
  /external/icu/icu4c/source/io/
ucln_io.cpp 34 static cleanupFunc *gCleanupFunctions[UCLN_IO_COUNT];
42 if (gCleanupFunctions[libType])
44 gCleanupFunctions[libType]();
45 gCleanupFunctions[libType] = NULL;
61 gCleanupFunctions[type] = func;

Completed in 53 milliseconds