Home | History | Annotate | Download | only in text

Lines Matching defs:mzID

221      * @param mzID
228 public abstract String getReferenceZoneID(String mzID, String region);
233 * @param mzID
241 public abstract String getMetaZoneDisplayName(String mzID, NameType type);
263 String mzID = getMetaZoneID(tzID, date);
264 name = getMetaZoneDisplayName(mzID, type);
336 * @param mzID the meta zone ID, or null
339 * or 2) both <code>tzID</code> and <code>mzID</code> are <code>null</code>,
344 public MatchInfo(NameType nameType, String tzID, String mzID, int matchLength) {
348 if (tzID == null && mzID == null) {
349 throw new IllegalArgumentException("Either tzID or mzID must be available");
356 _mzID = mzID;
367 * @see #mzID()
384 public String mzID() {
427 String mzID = null;
432 if (mzID == null) {
433 mzID = getMetaZoneID(tzID, date);
435 name = getMetaZoneDisplayName(mzID, type);
542 public String getReferenceZoneID(String mzID, String region) {
551 public String getMetaZoneDisplayName(String mzID, NameType type) {