Searched refs:suppressEmptyScripts (Results 1 – 1 of 1) sorted by relevance
2126 Set<String> suppressEmptyScripts, BasicLanguageData.Type type) { in showBasicLanguageData() argument2136 … showBasicLanguageData2(languageSubtag, scriptsWithSameTerritories, suppressEmptyScripts, in showBasicLanguageData()2143 …showBasicLanguageData2(languageSubtag, scriptsWithSameTerritories, suppressEmptyScripts, lastTerri… in showBasicLanguageData()2147 Set<String> suppressEmptyScripts, Set<String> territories, BasicLanguageData.Type type) { in showBasicLanguageData2() argument2150 if (territories.size() == 0 && suppressEmptyScripts != null) { in showBasicLanguageData2()2151 scripts.removeAll(suppressEmptyScripts); in showBasicLanguageData2()