Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DConvertLanguageData.java418 …Relation<String, String> languageToScripts = Relation.of(new TreeMap<String, Set<String>>(), TreeS… in checkBasicData() local
421languageToScripts.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.LanguageInfo
540 putAll(languageToScripts, lang, new LinkedHashSet<String>(scripts)); in LanguageInfo()