Searched refs:TZDBNAMES_KEYS_SIZE (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/i18n/
H A Dtznames_impl.cpp56 static const int32_t TZDBNAMES_KEYS_SIZE = (sizeof TZDBNAMES_KEYS / sizeof TZDBNAMES_KEYS[0]); variable
1494 names = (const UChar **)uprv_malloc(sizeof(const UChar*) * TZDBNAMES_KEYS_SIZE);
1497 for (int32_t i = 0; i < TZDBNAMES_KEYS_SIZE; i++) {

Completed in 47 milliseconds