Home | History | Annotate | Download | only in i18n

Lines Matching refs:mzID

517                 result.setTo(mzm->mzid, -1);
678 entry->mzid = mz_name;
711 ZoneMeta::getZoneIdByMetazone(const UnicodeString &mzid, const UnicodeString &region, UnicodeString &result) {
718 if (mzid.length() > ZID_KEY_MAX) {
723 keyLen = mzid.extract(0, mzid.length(), keyBuf, ZID_KEY_MAX + 1, US_INV);
789 const char *mzID = ures_getKey(&res);
790 int32_t len = uprv_strlen(mzID);
796 u_charsToUChars(mzID, uMzID, len);
832 ZoneMeta::findMetaZoneID(const UnicodeString& mzid) {
834 return (const UChar*)uhash_get(gMetaZoneIDTable, &mzid);