Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DAddPopulationData.java236 CountryData countryData; field in AddPopulationData.MyLineHandler
238 public MyLineHandler(CountryData countryData) { in MyLineHandler()
DShowLanguages.java1451 …Map<String, Set<String>> countryData = territoryData.get(getName(CLDRFile.TERRITORY_NAME, territor… in showCountryInfo() local
1505 …lePrinter tablePrinter, Map<String, Set<String>> worldData, Map<String, Set<String>> countryData) { in addOtherCountryData()