Searched refs:getGdp (Results 1 – 7 of 7) sorted by relevance
128 + "\t" + number.format(getGdp(country)) in showCountryData()138 public static Double getGdp(String country) { in getGdp() method in AddPopulationData260 Double otherGdp = getGdp(data); in handle()428 double gdp = getGdp(territory);
52 final double gdp = populationDataForTerritory.getGdp(); in findSuspectData()
492 + "\t\"" + formatPercent(popData.getGdp(), 0, false) + "\"" in checkBasicData()606 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()623 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()
629 format(popData.getGdp()), english in showRegionCodeInfo()
1448 double gdp = territoryData2.getGdp() / 1000000; in showCountryInfo()
55 + "\t" + terrData.getGdp() in run()
158 public double getGdp() { in getGdp() method in SupplementalDataInfo.PopulationData2976 final double gdp = territoryPopulationData.getGdp();