Home
last modified time | relevance | path

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

/external/antlr/tool/src/main/java/org/antlr/misc/
DOrderedHashSet.java52 T oldElement = elements.get(i); in set() local
54 super.remove(oldElement); // now update the set: remove/add in set()
56 return oldElement; in set()
/external/cldr/tools/java/org/unicode/cldr/tool/
DChartDtdDelta.java190 Element oldElement = null; in checkNames() local
196 oldElement = oldNameToElement.get(name); in checkNames()
197 …Set<String> attributeNames = getAttributeNames(dtdCurrent, dtdLast, name, oldElement.getAttributes… in checkNames()
199 …boolean lastDeprecated = dtdLast == null ? false : oldElement.isDeprecated(); // + (currentDeprec… in checkNames()
211 …Set<Element> oldChildren = oldElement == null ? Collections.emptySet() : oldElement.getChildren().… in checkNames()
DShowDtdDiffs.java96 Element oldElement = oldNameToElement.get(name); in checkNames() local
97 …String attributeNames = getAttributeNames(dtdCurrent, name, oldElement.getAttributes(), element.ge… in checkNames()
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1354 Element oldElement = entry.getValue(); in TestDtdCompatibility() local
1357 … if (knownElementExceptions.contains(Pair.of(type.toString(), oldElement.getName()))) { in TestDtdCompatibility()
1362 + ", and must contain «" + oldElement.getName() in TestDtdCompatibility()
1365 for (Element oldChild : oldElement.getChildren() in TestDtdCompatibility()
1384 for (Attribute oldAttribute : oldElement in TestDtdCompatibility()