Home
last modified time | relevance | path

Searched refs:oldNode (Results 1 – 12 of 12) sorted by relevance

/external/javaparser/javaparser-core/src/main/java/com/github/javaparser/ast/observer/
DPropagatingAstObserver.java76 public void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode) {
77 if (oldNode == newNode) {
80 considerRemoving(oldNode);
82 concreteListReplacement(observedNode, index, oldNode, newNode);
DAstObserver.java69 void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode); in listReplacement() argument
DAstObserverAdapter.java45 public void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode) { in listReplacement() argument
/external/cldr/tools/java/org/unicode/cldr/draft/
DIntDistanceNode.java70 StringDistanceNode oldNode = (StringDistanceNode) e2.getValue(); in loadIds() local
71 if (oldNode.distanceTable != null) { in loadIds()
72 loadIds((StringDistanceTable) oldNode.distanceTable, idNumber + 1); in loadIds()
89 DistanceNode oldNode = e2.getValue(); in IntDistanceTable() local
90 … final StringDistanceTable oldDistanceTable = (StringDistanceTable) oldNode.getDistanceTable(); in IntDistanceTable()
93 DistanceNode node = IntDistanceNode.from(oldNode.distance, otherTable); in IntDistanceTable()
DXLocaleDistance.java405 DistanceNode oldNode = sub2.get(supported); in addSubtable() local
406 if (oldNode != null) { in addSubtable()
407 return oldNode; in addSubtable()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DStringTrieBuilder.java146 Node oldNode=nodes.get(newNode); in registerNode() local
147 if(oldNode!=null) { in registerNode()
148 return oldNode; in registerNode()
152 oldNode=nodes.put(newNode, newNode); in registerNode()
153 assert(oldNode==null); in registerNode()
168 Node oldNode=nodes.get(lookupFinalValueNode); in registerFinalValue() local
169 if(oldNode!=null) { in registerFinalValue()
170 return (ValueNode)oldNode; in registerFinalValue()
175 oldNode=nodes.put(newNode, newNode); in registerFinalValue()
176 assert(oldNode==null); in registerFinalValue()
/external/icu/android_icu4j/src/main/java/android/icu/util/
DStringTrieBuilder.java145 Node oldNode=nodes.get(newNode); in registerNode() local
146 if(oldNode!=null) { in registerNode()
147 return oldNode; in registerNode()
151 oldNode=nodes.put(newNode, newNode); in registerNode()
152 assert(oldNode==null); in registerNode()
167 Node oldNode=nodes.get(lookupFinalValueNode); in registerFinalValue() local
168 if(oldNode!=null) { in registerFinalValue()
169 return (ValueNode)oldNode; in registerFinalValue()
174 oldNode=nodes.put(newNode, newNode); in registerFinalValue()
175 assert(oldNode==null); in registerFinalValue()
/external/apache-xml/src/main/java/org/apache/xpath/axes/
DNodeSequence.java543 int oldNode = vec.elementAt(index); in setItem() local
544 if (oldNode != node && m_cache.useCount() > 1) { in setItem()
/external/javaparser/javaparser-core-testing/src/test/java/com/github/javaparser/ast/
DNodeListTest.java61 … public void listReplacement(NodeList observedNode, int index, Node oldNode, Node newNode) { in createObserver() argument
62 … changes.add(String.format("'%s' %s in list at %d", oldNode, ListChangeType.REMOVAL, index)); in createObserver()
/external/angle/src/compiler/translator/TranslatorMetalDirect/
DAstHelpers.cpp81 for (TIntermNode *oldNode : seq) in CloneSequenceAndPrepend()
83 newSeq->push_back(oldNode); in CloneSequenceAndPrepend()
/external/icu/android_icu4j/src/main/tests/android/icu/dev/tool/locale/
DLocaleDistanceBuilder.java250 DistanceTable oldNode = sub2.get(supported); in addSubtable() local
251 if (oldNode != null) { in addSubtable()
252 return oldNode; in addSubtable()
/external/icu/icu4j/tools/misc/src/com/ibm/icu/dev/tool/locale/
DLocaleDistanceBuilder.java247 DistanceTable oldNode = sub2.get(supported); in addSubtable() local
248 if (oldNode != null) { in addSubtable()
249 return oldNode; in addSubtable()