Home
last modified time | relevance | path

Searched defs:languagePopulationPercent (Results 1 – 2 of 2) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java1523 …double languagePopulationPercent = 100 * languageData.getPopulation() / territoryData2.getPopulati… in showCountryLanguageInfo() local
DConvertLanguageData.java947 double languagePopulationPercent = languagePopulation / countryPopulation; in writeTerritoryLanguageData() local