Home
last modified time | relevance | path

Searched defs:newChildren (Results 1 – 6 of 6) sorted by relevance

/external/antlr/tool/src/test/java/org/antlr/test/
DTestTrees.java306 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtLeft() local
322 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoAtRight() local
338 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceOneWithTwoInMiddle() local
396 CommonTree newChildren = (CommonTree)adaptor.nil(); in testReplaceAllWithTwo() local
/external/antlr/runtime/C/src/
Dantlr3basetree.c353 pANTLR3_VECTOR newChildren; // Iterator for whatever we are going to add in in replaceChildren() local
/external/antlr/runtime/Java/src/main/java/org/antlr/runtime/tree/
DBaseTree.java206 List<Object> newChildren; in replaceChildren() local
/external/cldr/tools/java/org/unicode/cldr/tool/
DShowRegionalVariants.java280 Set<CLDRLocale> newChildren = parentToChildren.get(locale); in showInheritance() local
/external/antlr/runtime/Cpp/include/
Dantlr3commontree.inl191 ChildrenType* newChildren; // Iterator for whatever we are going to add in local
/external/cldr/tools/cldr-unittest/src/org/unicode/cldr/unittest/
DTestBasic.java1174 Set<String> newChildren = newElement2Children in TestBasicDTDCompatibility() local