Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/json/
DCldrItem.java183 String typeValue = node.getDistinguishingAttributes().get("type"); in getNodesInPath()
190 newNode.getDistinguishingAttributes().putAll( in getNodesInPath()
191 node.getDistinguishingAttributes()); in getNodesInPath()
192 newNode.getDistinguishingAttributes().remove("type"); in getNodesInPath()
194 newNode.getDistinguishingAttributes().put("type", segments[j]); in getNodesInPath()
DCldrNode.java179 public Map<String, String> getDistinguishingAttributes() { in getDistinguishingAttributes() method in CldrNode