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.java1664 Set<String> worldResults = worldData.get(type); in addOtherCountryData() local
1670 territoryResults = worldResults; in addOtherCountryData()
1775 Set<String> worldResults = worldData.get(type); in showCountry() local
1777 results = worldResults; in showCountry()
1779 } else if (results.equals(worldResults)) { in showCountry()