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

  /external/icu4c/common/
ucln_cmn.c 25 /** Auto-client for UCLN_COMMON **/
26 #define UCLN_TYPE UCLN_COMMON
30 static cleanupFunc *gLibCleanupFunctions[UCLN_COMMON];
54 if(libType==UCLN_COMMON) {
56 fprintf(stderr, "Cleaning up: UCLN_COMMON with u_cleanup, type %d\n", (int)libType);
86 U_ASSERT(UCLN_START < type && type < UCLN_COMMON);
87 if (UCLN_START < type && type < UCLN_COMMON)
97 for (libType++; libType<UCLN_COMMON; libType++) {
ucln.h 63 UCLN_COMMON /* This must be the last one to cleanup. */
84 * Calling this with UCLN_COMMON just calls u_cleanup();

Completed in 138 milliseconds