Home
last modified time | relevance | path

Searched refs:mzone (Results 1 – 1 of 1) sorted by relevance

/libcore/ojluni/src/test/java/time/test/java/time/format/
DZoneName.java40 String mzone = zidToMzone.get(zid); in toZid() local
41 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