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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xs/identity/
H A DXPathMatcher.java109 private int [] fNoMatchDepth; field in class:XPathMatcher
129 fNoMatchDepth = new int[fLocationPaths.length];
146 && ((fNoMatchDepth[i] == 0)
191 fNoMatchDepth[i] = 0;
222 if ((fMatched[i] & MATCHED_DESCENDANT) == MATCHED || fNoMatchDepth[i] > 0) {
223 fNoMatchDepth[i]++;
269 fNoMatchDepth[i]++;
290 fNoMatchDepth[i]++;
346 fNoMatchDepth[i]++;
386 if (fNoMatchDepth[
[all...]

Completed in 30 milliseconds