Searched refs:languagePopulationRaw (Results 1 – 1 of 1) sorted by relevance
/external/cldr/tools/java/org/unicode/cldr/tool/ |
D | ConvertLanguageData.java | 946 double languagePopulationRaw = row.getLanguagePopulation(); in writeTerritoryLanguageData() local 947 …double languagePopulation = languagePopulationRaw; // (long) Utility.roundToDecimals(languagePopul… in writeTerritoryLanguageData() 970 … && (ALLOW_SMALL_NUMBERS || languagePopulationPercent >= 1 || languagePopulationRaw > 100000 in writeTerritoryLanguageData() 973 addBestRegion(languageCode, countryCode, languagePopulationRaw); in writeTerritoryLanguageData() 976 addBestRegion(baseScriptLanguage, countryCode, languagePopulationRaw); in writeTerritoryLanguageData() 980 addBestRegion(baseLanguage, countryCode, languagePopulationRaw); in writeTerritoryLanguageData() 981 … addBestScript(baseLanguage, ltp.set(languageCode).getScript(), languagePopulationRaw); in writeTerritoryLanguageData() 1624 … static void addBestRegion(String languageCode, String countryCode, double languagePopulationRaw) { in addBestRegion() argument 1625 addBest(languageCode, languagePopulationRaw, countryCode, languageToMaxCountry); in addBestRegion() 1628 …e static void addBestScript(String languageCode, String scriptCode, double languagePopulationRaw) { in addBestScript() argument [all …]
|