Searched refs:ZONE2COUNTRY (Results 1 – 1 of 1) sorted by relevance
38 private static Map<String, String> ZONE2COUNTRY = STANDARD_CODES.getZoneToCounty(); field in PathDescription164 String country = (String) ZONE2COUNTRY.get(code); in getDescription()189 String regionCode = ZONE2COUNTRY.get(attributes.get(0)); in getDescription()