Home
last modified time | relevance | path

Searched refs:attributesOld (Results 1 – 4 of 4) sorted by relevance

/external/cldr/tools/java/org/unicode/cldr/tool/
DShowDtdDiffs.java139 …Names(DtdData dtdCurrent, String elementName, Map<Attribute, Integer> attributesOld, Map<Attribute… in getAttributeNames() argument
149 for (Attribute attributeOld : attributesOld.keySet()) { in getAttributeNames()
DChartDtdDelta.java290 Map<Attribute, Integer> attributesOld, in getAttributeNames() argument
308 for (Attribute attributeOld : attributesOld.keySet()) { in getAttributeNames()
DChartDelta.java500 Collection<String> attributesOld = pathCurrent.getAttributeKeys(elementIndex); in addPathDiff() local
501 if (attributesCurrent.isEmpty() && attributesOld.isEmpty()) { in addPathDiff()
510 fullAttributes.addAll(attributesOld); in addPathDiff()
/external/cldr/tools/java/org/unicode/cldr/util/
DXMLSource.java369 Map<String, String> attributesOld = partsOld.getAttributes(-1); in changeNewToOld() local
373 attributesOld.put(attribute, attributesFull.get(attribute)); in changeNewToOld()