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 AddPopulationData257 Double otherPop = getPopulation(data); in handle()259 Double myPop = getPopulation(code); in handle()261 otherPop = getPopulation(data); in handle()262 otherGdp = getPopulation(data); in handle()263 myPop = getPopulation(code); in handle()425 double population = getPopulation(territory);
629 format(popData.getPopulation()), format(popData in showRegionCodeInfo()631 / popData.getPopulation()), in showRegionCodeInfo()644 if (popData.getPopulation() == 0 in showRegionCodeInfo()646 / popData.getPopulation())) { in showRegionCodeInfo()657 format(popData.getPopulation()), format(popData in showRegionCodeInfo()659 / popData.getPopulation()), in showRegionCodeInfo()
63 double population = pop.getPopulation(); in LikelySubtags()
1244 languageData.getPopulation(), in showLanguageCountryInfo()1256 languageData.getPopulation(), in showLanguageCountryInfo()1523 …ouble languagePopulationPercent = 100 * languageData.getPopulation() / territoryData2.getPopulatio… in showCountryLanguageInfo()1534 .addCell(languageData.getPopulation()) in showCountryLanguageInfo()1603 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()
1830 assertTrue("yue*10 < zh", yueCNData.getPopulation() < zhCNData.getPopulation()); in Test9924()
174 public double getPopulation() { in getPopulation() method in SupplementalDataInfo.PopulationData