Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java321 private static Set<String> GOOD_COUNTRIES; field in StandardCodes
325 if (GOOD_COUNTRIES == null) { in getGoodCountries()
332 GOOD_COUNTRIES = Collections.unmodifiableSet(temp); in getGoodCountries()
335 return GOOD_COUNTRIES; in getGoodCountries()