Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DAddPopulationData.java75 for (String country : StandardCodes.make().getGoodCountries()) { in main()
/external/cldr/tools/java/org/unicode/cldr/draft/
DMisc.java121 for (String s : StandardCodes.make().getGoodCountries()) { in main()
/external/cldr/tools/java/org/unicode/cldr/util/
DStandardCodes.java323 public Set<String> getGoodCountries() { in getGoodCountries() method in StandardCodes