Searched defs:replacingWithHowMany (Results 1 - 2 of 2) sorted by relevance

/external/antlr/antlr-3.4/runtime/C/src/
H A Dantlr3basetree.c342 ANTLR3_INT32 replacingWithHowMany; // How many nodes will replace them local
382 replacingWithHowMany = newChildren->size(newChildren);
383 delta = replacingHowMany - replacingWithHowMany;
438 numToInsert = replacingWithHowMany - replacingHowMany;
440 for (j = replacingHowMany; j < replacingWithHowMany; j++)
/external/antlr/antlr-3.4/lib/
H A Dantlr-3.4-complete.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/antlr/ org/antlr/analysis/ org/antlr/codegen/ org/ ...

Completed in 778 milliseconds