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