Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/util/
DAttributeValueValidity.java60 Set<String> bcp47Keys = new LinkedHashSet<>();
65 bcp47Keys.add(key);
92 bcp47Keys.add(aliasKey);
98 bcp47Keys.add("x"); // special-case private use
99 bcp47Keys.add("x0"); // special-case, has no subtypes
100 addCollectionVariable("$_bcp47_keys", bcp47Keys);
/external/cldr/tools/java/org/unicode/cldr/tool/
DCountItems.java826 Relation<String, String> bcp47Keys = supplementalData.getBcp47Keys(); in getVariables() local
828 for (String key : bcp47Keys.keySet()) { in getVariables()
830 Set<String> rawsubtypes = bcp47Keys.getAll(key); in getVariables()