Searched refs:toNames (Results 1 – 1 of 1) sorted by relevance
30 static Relation<String, String> toNames; field in Iso639Data188 return toNames.containsKey(alpha3); in isValid()192 if (toNames == null) { in fromBiblio3()203 if (toNames == null) { in toBiblio3()218 if (toNames == null) { in getNames()221 return toNames.getAll(languageSubtag); in getNames()298 toNames = Relation.of(new TreeMap<String, Set<String>>(), LinkedHashSet.class); in getData()343 toNames.put(languageSubtag, parts[IsoColumn.Ref_Name.ordinal()]); in getData()369 toNames.put(alpha3, parts[1]); in getData()416 toNames.put(languageSubTag, parts[IsoNamesColumn.Print_Name.ordinal()]); in getData()[all …]