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