Searched refs:iso4217CountryToCountryCode (Results 1 – 1 of 1) sorted by relevance
97 static Map<String, String> iso4217CountryToCountryCode = new TreeMap<String, String>(); field in IsoCurrencyParser104 iso4217CountryToCountryCode.put(name.toUpperCase(Locale.ENGLISH), country); in name.toUpperCase()106 iso4217CountryToCountryCode.putAll(COUNTRY_CORRECTIONS);199 String name = iso4217CountryToCountryCode.get(iso4217Country); in getCountryCode()