Searched refs:matchNodes (Results 1 - 1 of 1) sorted by relevance
/openjdk7/jaxp/src/com/sun/org/apache/regexp/internal/ |
H A D | RE.java | 806 protected int matchNodes(int firstNode, int lastNode, int idxStart) method in class:RE 829 if ((idxNew = matchNodes(next, maxNode, idx)) != -1) 834 while ((once++ == 0) && (idx = matchNodes(node + nodeSize, next, idx)) != -1); 839 while ((idx = matchNodes(node + nodeSize, next, idx)) != -1) 842 if ((idxNew = matchNodes(next, maxNode, idx)) != -1) 853 if ((idxNew = matchNodes(next, maxNode, idx)) != -1) 858 while ((idx = matchNodes(node + nodeSize, next, idx)) != -1); 868 if ((idxNew = matchNodes(next, maxNode, idx)) != -1) 891 if ((idxNew = matchNodes(next, maxNode, idx)) != -1) 910 return matchNodes( nex [all...] |
Completed in 48 milliseconds