Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java970 addBestRegion(languageCode, countryCode, languagePopulationRaw); in writeTerritoryLanguageData()
973 addBestRegion(baseScriptLanguage, countryCode, languagePopulationRaw); in writeTerritoryLanguageData()
977 addBestRegion(baseLanguage, countryCode, languagePopulationRaw); in writeTerritoryLanguageData()
1695 …private static void addBestRegion(String languageCode, String countryCode, double languagePopulati… in addBestRegion() method in ConvertLanguageData