Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DAddPopulationData.java259 Double otherPop = getPopulation(data); in handle() local
262 … if (myPop.doubleValue() == 0 || otherPop.doubleValue() == 0 || otherGdp.doubleValue() == 0) { in handle()
263 otherPop = getPopulation(data); in handle()
268 CountryData.gdp.add(code, otherGdp * myPop / otherPop); in handle()
279 Double otherPop = getLiteracy(data); in handle() local
280 CountryData.literacy.add(code, otherPop); in handle()