Home
last modified time | relevance | path

Searched refs:countryGdp (Results 1 – 1 of 1) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java585 private final double countryGdp; field in ConvertLanguageData.RowData
606 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()
623 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000); in RowData()
800 return countryCode + "\t" + countryPopulation + "\t" + countryGdp in toString()
809 + "\tgdp:\t" + countryGdp in toString()
864 return getExcelQuote(formatNumber(countryGdp, 0, false)); in getCountryGdpString()
938 double countryGDPRaw = row.countryGdp; in writeTerritoryLanguageData()