Searched refs:knownIsoCountryCodes (Results 1 – 1 of 1) sorted by relevance
156 List<String> knownIsoCountryCodes = Arrays.asList(ULocale.getISOCountries()); in getLowerCaseCountryIsoCodes() local157 knownIsoCountryCodes = knownIsoCountryCodes.stream() in getLowerCaseCountryIsoCodes()160 return new HashSet<>(knownIsoCountryCodes); in getLowerCaseCountryIsoCodes()