Searched refs:NCHILDREN (Results 1 – 2 of 2) sorted by relevance
2665 final int NCHILDREN = node.getChildCount(); in dump() local2666 if (NCHILDREN > 0) { in dump()2669 for (int i=0; i<NCHILDREN; i++) { in dump()
11141 final int NCHILDREN = info.getChildCount();11142 if (NCHILDREN > 0) {11143 structure.setChildCount(NCHILDREN);11144 for (int i=0; i<NCHILDREN; i++) {