Searched refs:countryGdp (Results 1 – 1 of 1) sorted by relevance
585 private final double countryGdp; field in ConvertLanguageData.RowData606 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()623 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()802 return countryCode + "\t" + countryPopulation + "\t" + countryGdp in toString()811 + "\tgdp:\t" + countryGdp in toString()866 return getExcelQuote(formatNumber(countryGdp, 0, false)); in getCountryGdpString()941 double countryGDPRaw = row.countryGdp; in writeTerritoryLanguageData()