Searched refs:mzone (Results 1 – 1 of 1) sorted by relevance
40 String mzone = zidToMzone.get(zid); in toZid() local41 if (mzone == null && aliases.containsKey(zid)) { in toZid()43 mzone = zidToMzone.get(zid); in toZid()45 if (mzone != null) { in toZid()46 Map<String, String> map = mzoneToZidL.get(mzone); in toZid()50 zid = mzoneToZid.get(mzone); in toZid()994 String mzone = mzoneMap[i];995 Map<String, String> map = mzoneToZidL.get(mzone);998 mzoneToZidL.put(mzone, map); in mzoneToZidL.put() argument