HomeSort by relevance Sort by last modified time
    Searched refs:AddPopulationData (Results 1 - 2 of 2) sorted by null

  /external/cldr/tools/java/org/unicode/cldr/tool/
ConvertLanguageData.java 606 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000);
607 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d;
608 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue();
623 countryGdp = roundToPartsPer(AddPopulationData.getGdp(countryCode).doubleValue(), 1000);
624 countryLiteracy = AddPopulationData.getLiteracy(countryCode).doubleValue() / 100.0d;
625 countryPopulation = AddPopulationData.getPopulation(countryCode).doubleValue();
    [all...]
AddPopulationData.java 21 public class AddPopulationData {

Completed in 227 milliseconds