Searched refs:getPopulation (Results 1 – 9 of 9) sorted by relevance
53 double territoryPop = populationDataForTerritory.getPopulation(); in findSuspectData()60 langPop += pop2.getPopulation(); in findSuspectData()62 officialLangPop += pop2.getPopulation(); in findSuspectData()83 double langPop2 = pop2.getPopulation(); in findSuspectData()
175 + "\t" + number.format(getPopulation(country)) in showCountryData()192 public static Double getPopulation(String country) { in getPopulation() method in AddPopulationData307 Double otherPop = getPopulation(data); in handle()309 Double myPop = getPopulation(code); in handle()311 otherPop = getPopulation(data); in handle()312 otherGdp = getPopulation(data); in handle()313 myPop = getPopulation(code); in handle()489 double population = getPopulation(territory);
626 format(popData.getPopulation()), format(popData in showRegionCodeInfo()628 / popData.getPopulation()), in showRegionCodeInfo()641 if (popData.getPopulation() == 0 in showRegionCodeInfo()643 / popData.getPopulation())) { in showRegionCodeInfo()654 format(popData.getPopulation()), format(popData in showRegionCodeInfo()656 / popData.getPopulation()), in showRegionCodeInfo()
59 double population = pop.getPopulation(); in loadStaticVariables()
1089 languageData.getPopulation(), in showLanguageCountryInfo()1101 languageData.getPopulation(), in showLanguageCountryInfo()1385 …ouble languagePopulationPercent = 100 * languageData.getPopulation() / territoryData2.getPopulatio… in showCountryLanguageInfo()1396 .addCell(languageData.getPopulation()) in showCountryLanguageInfo()1465 double population = territoryData2.getPopulation() / 1000000; in showCountryInfo()
487 + "\t\"" + formatNumber(popData.getPopulation(), 0, false) + "\"" in checkBasicData()488 … + "\t\"" + formatPercent(popData.getLiteratePopulation() / popData.getPopulation(), 0, false) in checkBasicData()495 … + "\t\"" + formatPercent(popData.getLiteratePopulation() / popData.getPopulation(), 0, false) in checkBasicData()606 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue(); in RowData()623 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue(); in RowData()
57 + "\t" + terrData.getPopulation() in run()102 double populationRegion = terrData.getPopulation(); in run()
1865 assertTrue("yue*10 < zh", yueCNData.getPopulation() < zhCNData.getPopulation()); in Test9924()
194 public double getPopulation() { in getPopulation() method in SupplementalDataInfo.PopulationData