Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/json/
DCldrNode.java19 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 CldrNode
133 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 …]
/external/cldr/tools/java/org/unicode/cldr/util/
DSupplementalDataInfo.java1728distinguishingAttributes = Collections.unmodifiableCollection(getSpaceDelimited(-1,
3848 private Collection<String> distinguishingAttributes;