Searched refs:territory_currency (Results 1 – 2 of 2) sorted by relevance
368 static Map<String, List<String>> territory_currency = null; field in GenerateG2xG2371 if (territory_currency == null) { in getCurrency()372 territory_currency = new TreeMap<>(); in getCurrency()389 List<String> info = territory_currency.get(iso3166); in getCurrency()391 territory_currency.put(iso3166, info = new ArrayList<>()); in getCurrency()398 return territory_currency.get(territory); in getCurrency()
669 Map<String, Set> territory_currency = new TreeMap<String, Set>(col); field in ShowLanguages.LanguageInfo748 Set info = territory_currency.get(countryName); in LanguageInfo()750 territory_currency.put(countryName, info = new TreeSet(col3)); in LanguageInfo()