Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java1508 Set<String> worldResults = worldData.get(type); in addOtherCountryData() local
1514 territoryResults = worldResults; in addOtherCountryData()
1619 Set<String> worldResults = worldData.get(type); in showCountry() local
1621 results = worldResults; in showCountry()
1623 } else if (results.equals(worldResults)) { in showCountry()