Searched defs:mzName (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/i18n/
H A Dtzgnames.cpp660 UnicodeString mzName; local
661 fTimeZoneNames->getMetaZoneDisplayName(mzID, nameType, mzName);
662 if (!mzName.isEmpty()) {
681 getPartialLocationName(tzID, mzID, (nameType == UTZNM_LONG_GENERIC), mzName, name);
683 name.setTo(mzName);
687 name.setTo(mzName);

Completed in 137 milliseconds