Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowLanguages.java657 Multimap<String, String> script_languages; field in ShowLanguages.LanguageInfo
859 script_languages = Multimaps.invertFrom(language_scripts, TreeMultimap.create()); in LanguageInfo()
1673 Set<String> langSet = (Set<String>) script_languages.asMap().get(script); in showCorrespondances()
2134 missingItems.removeAll(script_languages.keySet()); in printMissing()
2171 … : source == CLDRFile.SCRIPT_NAME && target == CLDRFile.LANGUAGE_NAME ? script_languages in print()