Home
last modified time | relevance | path

Searched refs:UTZNM_EXEMPLAR_LOCATION (Results 1 – 3 of 3) sorted by relevance

/external/icu/icu4c/source/i18n/unicode/
Dtznames.h67 UTZNM_EXEMPLAR_LOCATION = 0x40 enumerator
/external/icu/icu4c/source/i18n/
Dtznames_impl.cpp50 UTZNM_EXEMPLAR_LOCATION,
583 case UTZNM_EXEMPLAR_LOCATION: // implemeted by subclass in getName()
655 if (type == UTZNM_EXEMPLAR_LOCATION) { in getName()
1166 locName = tznames->getName(UTZNM_EXEMPLAR_LOCATION); in getExemplarLocationName()
Dtzfmt.cpp131 …DARD | UTZNM_LONG_DAYLIGHT | UTZNM_SHORT_STANDARD | UTZNM_SHORT_DAYLIGHT | UTZNM_EXEMPLAR_LOCATION;
2846 …Collection> exemplarMatches(fTimeZoneNames->find(text, startIdx, UTZNM_EXEMPLAR_LOCATION, status)); in parseExemplarLocation()