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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1070 if (o1 >= con.limit || o1 < 0 || !matchChar(op.getData(), target.charAt(o1), isSetIgnoreCase)) {
1440 private boolean matchChar(int ch, int other, boolean ignoreCase) { method in class:RegularExpression

Completed in 173 milliseconds