Home
last modified time | relevance | path

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

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