Home
last modified time | relevance | path

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

/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBCP47.java82 …Set<String> keyAliases = CldrUtility.ifNull(bcp47keyType_aliases.get(keyRow), Collections.<String>… in TestEnglishKeyTranslations() local
87 for (String keyAlias : keyAliases) { in TestEnglishKeyTranslations()
98 …p47Key, "", SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(keyRow), keyAliases, Collections.<St… in TestEnglishKeyTranslations()
100 …p47Key, "", SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(keyRow), keyAliases, Collections.<St… in TestEnglishKeyTranslations()
108 checkKeyType(bcp47Key, keyAliases, engKey, bcp47Type, foundEnglish); in TestEnglishKeyTranslations()
111 checkKeyType(bcp47Key, keyAliases, engKey, subtype, foundEnglish); in TestEnglishKeyTranslations()
136 Set<String> keyAliases, in checkKeyType() argument
174 …ey, bcp47Type, SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(row), keyAliases, typeAliases, tr… in checkKeyType()
176 …ey, bcp47Type, SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(row), keyAliases, typeAliases, "M… in checkKeyType()
180 …showData(String key, String type, String bcp47Description, Set<String> keyAliases, Set<String> typ… in showData() argument
[all …]
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java829 Set<String> keyAliases = aliases.getAll(Row.of(key, "")); in getVariables() local
839 String alias = (keyAliases == null ? key : keyAliases.iterator().next()) + "_XXX"; in getVariables()
/external/cldr/tools/java/org/unicode/cldr/util/
DCLDRFile.java2548 Set<String> keyAliases = toAliases.get(Row.of(key, ""));
2550 if (keyAliases != null || valueAliases != null) {
2551 if (keyAliases == null) {
2552 keyAliases = Collections.singleton(key);
2557 for (String keyAlias : keyAliases) {