Searched refs:keyAliases (Results 1 – 2 of 2) sorted by relevance
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/ |
D | TestBCP47.java | 79 …Set<String> keyAliases = CldrUtility.ifNull(bcp47keyType_aliases.get(keyRow), Collections.<String>… in TestEnglishKeyTranslations() local 84 for (String keyAlias : keyAliases) { in TestEnglishKeyTranslations() 95 …p47Key, "", SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(keyRow), keyAliases, Collections.<St… in TestEnglishKeyTranslations() 97 …p47Key, "", SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(keyRow), keyAliases, Collections.<St… in TestEnglishKeyTranslations() 105 checkKeyType(bcp47Key, keyAliases, engKey, bcp47Type, foundEnglish); in TestEnglishKeyTranslations() 108 checkKeyType(bcp47Key, keyAliases, engKey, subtype, foundEnglish); in TestEnglishKeyTranslations() 133 Set<String> keyAliases, in checkKeyType() argument 171 …ey, bcp47Type, SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(row), keyAliases, typeAliases, tr… in checkKeyType() 173 …ey, bcp47Type, SUPPLEMENTAL_DATA_INFO.getBcp47Descriptions().get(row), keyAliases, typeAliases, "M… in checkKeyType() 177 …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/ |
D | CountItems.java | 827 Set<String> keyAliases = aliases.getAll(Row.of(key, "")); in getVariables() local 837 String alias = (keyAliases == null ? key : keyAliases.iterator().next()) + "_XXX"; in getVariables()
|