Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java933 double countryPopulationRaw = row.countryPopulation; in writeTerritoryLanguageData() local
934 …double countryPopulation = countryPopulationRaw; // (long) Utility.roundToDecimals(countryPopulati… in writeTerritoryLanguageData()