Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DAddPopulationData.java235 CountryData countryData; field in AddPopulationData.MyLineHandler
237 public MyLineHandler(CountryData countryData) { in MyLineHandler() argument
239 this.countryData = countryData; in MyLineHandler()
DShowLanguages.java1607 …Map<String, Set<String>> countryData = territoryData.get(getName(CLDRFile.TERRITORY_NAME, territor… in showCountryInfo() local
1617 addOtherCountryData(tablePrinter, worldData, countryData); in showCountryInfo()
1661 …lePrinter tablePrinter, Map<String, Set<String>> worldData, Map<String, Set<String>> countryData) { in addOtherCountryData() argument
1666 if (countryData != null) { in addOtherCountryData()
1667 territoryResults = countryData.get(type); in addOtherCountryData()