Searched refs:mzId (Results 1 – 2 of 2) sorted by relevance
220 ZNames* loadMetaZoneNames(const UnicodeString& mzId, UErrorCode& status);221 ZNames* loadTimeZoneNames(const UnicodeString& mzId, UErrorCode& status);254 static const TZDBNames* getMetaZoneNames(const UnicodeString& mzId, UErrorCode& status);
1272 UnicodeString mzId; in TestFormatTZDBNamesAllZoneCoverage() local1277 tzdbNames->getMetaZoneID(*tzid, now, mzId); in TestFormatTZDBNamesAllZoneCoverage()1278 if (mzId.isBogus()) { in TestFormatTZDBNamesAllZoneCoverage()1281 logln((UnicodeString)"Meta zone: " + mzId); in TestFormatTZDBNamesAllZoneCoverage()1285 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_STANDARD, name); in TestFormatTZDBNamesAllZoneCoverage()1294 tzdbNames->getMetaZoneDisplayName(mzId, UTZNM_SHORT_DAYLIGHT, name); in TestFormatTZDBNamesAllZoneCoverage()