Searched refs:EMPTY_NAMES (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/i18n/ |
D | tznames_impl.cpp | 71 static const UChar* EMPTY_NAMES[UTZNM_INDEX_COUNT] = {0,0,0,0,0,0,0}; variable 632 if (uprv_memcmp(names, EMPTY_NAMES, sizeof(EMPTY_NAMES)) == 0) { in createMetaZoneAndPutInCache() 733 uprv_memcpy(names, EMPTY_NAMES, sizeof(names)); in clear()
|