Searched defs:IGNORE_CASE (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java1049 final boolean isSetIgnoreCase = isSet(opts, IGNORE_CASE);
2137 isSet(this.fixedStringOptions, IGNORE_CASE));
2149 isSet(this.fixedStringOptions, IGNORE_CASE));
2175 static final int IGNORE_CASE = 1<<1; field in class:RegularExpression

Completed in 666 milliseconds