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

  /external/icu/icu4c/source/common/
ucln_cmn.cpp 29 static cleanupFunc *gCommonCleanupFunctions[UCLN_COMMON_COUNT];
66 U_ASSERT(UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT);
67 if (UCLN_COMMON_START < type && type < UCLN_COMMON_COUNT)
100 for (commonFunc++; commonFunc<UCLN_COMMON_COUNT; commonFunc++) {
ucln_cmn.h 63 UCLN_COMMON_COUNT /* This must be last */

Completed in 25 milliseconds