Searched refs:distinguishingAttributes (Results 1 – 2 of 2) sorted by relevance
19 node.name = extractAttrs(pathSegment, node.distinguishingAttributes); in createNode()27 for (String key : node.distinguishingAttributes.keySet()) { in createNode()37 String value = node.distinguishingAttributes.get(key); in createNode()39 node.distinguishingAttributes.remove(key); in createNode()109 private Map<String, String> distinguishingAttributes; field in CldrNode133 distinguishingAttributes = new HashMap<String, String>(); in CldrNode()144 for (String key : distinguishingAttributes.keySet()) { in getAttrAsValueMap()149 distinguishingAttributes.get(key)); in getAttrAsValueMap()151 attributesAsValues.put(key, distinguishingAttributes.get(key)); in getAttrAsValueMap()171 public void setDistinguishingAttributes(Map<String, String> distinguishingAttributes) { in setDistinguishingAttributes() argument[all …]
1728 … distinguishingAttributes = Collections.unmodifiableCollection(getSpaceDelimited(-1,3848 private Collection<String> distinguishingAttributes;