Searched refs:bcp47Keys (Results 1 – 2 of 2) sorted by relevance
60 Set<String> bcp47Keys = new LinkedHashSet<>();65 bcp47Keys.add(key);92 bcp47Keys.add(aliasKey);98 bcp47Keys.add("x"); // special-case private use99 bcp47Keys.add("x0"); // special-case, has no subtypes100 addCollectionVariable("$_bcp47_keys", bcp47Keys);
826 Relation<String, String> bcp47Keys = supplementalData.getBcp47Keys(); in getVariables() local828 for (String key : bcp47Keys.keySet()) { in getVariables()830 Set<String> rawsubtypes = bcp47Keys.getAll(key); in getVariables()