Home
last modified time | relevance | path

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

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