Searched refs:suppressEmptyScripts (Results 1 – 1 of 1) sorted by relevance
2058 Set<String> suppressEmptyScripts, BasicLanguageData.Type type) { in showBasicLanguageData() argument2068 … showBasicLanguageData2(languageSubtag, scriptsWithSameTerritories, suppressEmptyScripts, in showBasicLanguageData()2075 …showBasicLanguageData2(languageSubtag, scriptsWithSameTerritories, suppressEmptyScripts, lastTerri… in showBasicLanguageData()2079 Set<String> suppressEmptyScripts, Set<String> territories, BasicLanguageData.Type type) { in showBasicLanguageData2() argument2082 if (territories.size() == 0 && suppressEmptyScripts != null) { in showBasicLanguageData2()2083 scripts.removeAll(suppressEmptyScripts); in showBasicLanguageData2()