Searched refs:_firstch2 (Results 1 - 2 of 2) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xml/internal/dtm/ref/sax2dtm/
H A DSAX2DTM2.java97 : _firstch2(makeNodeIdentity(node));
255 : _firstch2(makeNodeIdentity(_startNode));
667 _currentNode = _firstch2(_currentNode);
1084 first = _firstch2(node);
1956 public final int _firstch2(int identity) method in class:SAX2DTM2
2786 identity = _firstch2(identity);
2899 identity = _firstch2(identity);
2978 int child = _firstch2(ROOTNODE);
3030 identity = _firstch2(identity);
/openjdk7/jaxp/src/com/sun/org/apache/xalan/internal/xsltc/dom/
H A DSAXImpl.java1619 for(int c = _firstch2(nodeID); c != DTM.NULL; c = _nextsib2(c)) {
1662 for (int c = _firstch2(nodeID); c != DTM.NULL; c = _nextsib2(c)) {

Completed in 63 milliseconds