Home
last modified time | relevance | path

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

/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDelta.java494 TreeSet<String> fullAttributes = null; in addPathDiff() local
504 if (fullAttributes == null) { in addPathDiff()
505 fullAttributes = new TreeSet<String>(); in addPathDiff()
507 fullAttributes.clear(); in addPathDiff()
509 fullAttributes.addAll(attributesCurrent); in addPathDiff()
510 fullAttributes.addAll(attributesOld); in addPathDiff()
511 fullAttributes.removeAll(distinguishing); in addPathDiff()
512 fullAttributes.removeAll(DONT_CARE); in addPathDiff()
515 for (String attribute : fullAttributes) { in addPathDiff()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java816 Map<String, String> fullAttributes = fullPathWhereFoundParts.getAttributes(i); in getFullPath() local
818 if (!attributes.equals(fullAttributes)) { // add differences in getFullPath()
820 for (String key : fullAttributes.keySet()) { in getFullPath()
822 String value = fullAttributes.get(key); in getFullPath()