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()
127 + "\t" + number.format(getPopulation(country)) in showCountryData()144 public static Double getPopulation(String country) { in getPopulation() method in AddPopulationData259 Double otherPop = getPopulation(data); in handle()261 Double myPop = getPopulation(code); in handle()263 otherPop = getPopulation(data); in handle()264 otherGdp = getPopulation(data); in handle()265 myPop = getPopulation(code); in handle()430 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()
1088 languageData.getPopulation(), in showLanguageCountryInfo()1100 languageData.getPopulation(), in showLanguageCountryInfo()1367 …ouble languagePopulationPercent = 100 * languageData.getPopulation() / territoryData2.getPopulatio… in showCountryLanguageInfo()1378 .addCell(languageData.getPopulation()) in showCountryLanguageInfo()1447 double population = territoryData2.getPopulation() / 1000000; in showCountryInfo()
489 + "\t\"" + formatNumber(popData.getPopulation(), 0, false) + "\"" in checkBasicData()490 … + "\t\"" + formatPercent(popData.getLiteratePopulation() / popData.getPopulation(), 0, false) in checkBasicData()497 … + "\t\"" + formatPercent(popData.getLiteratePopulation() / popData.getPopulation(), 0, false) in checkBasicData()608 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue(); in RowData()625 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue(); in RowData()
57 + "\t" + terrData.getPopulation() in run()102 double populationRegion = terrData.getPopulation(); in run()
1872 assertTrue("yue*10 < zh", yueCNData.getPopulation() < zhCNData.getPopulation()); in Test9924()
178 public double getPopulation() { in getPopulation() method in SupplementalDataInfo.PopulationData