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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1500 if (after == WT_IGNORE) return false;
1511 go = after == WT_IGNORE
1538 while (ret == WT_IGNORE)
2370 private static final int WT_IGNORE = 0; field in class:RegularExpression
2396 return WT_IGNORE;
2407 return WT_IGNORE;

Completed in 289 milliseconds