Searched refs:languageToScripts (Results 1 – 1 of 1) sorted by relevance
418 …Relation<String, String> languageToScripts = Relation.of(new TreeMap<String, Set<String>>(), TreeS… in checkBasicData() local421 … languageToScripts.putAll(StandardCodes.fixLanguageTag(languageSubtag), item.getScripts()); in checkBasicData()431 languageToScripts.putAll(StandardCodes.fixLanguageTag(languageSubtag), scripts); in checkBasicData()517 Map<String, Set<String>> languageToScripts = new TreeMap<String, Set<String>>(); field in ConvertLanguageData.LanguageInfo540 putAll(languageToScripts, lang, new LinkedHashSet<String>(scripts)); in LanguageInfo()