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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DParserForXMLSchema.java256 if (!this.isSet(RegularExpression.IGNORE_CASE) || c > 0xffff) {
268 if (!this.isSet(RegularExpression.IGNORE_CASE) || c > 0xffff) {
291 if (!this.isSet(RegularExpression.IGNORE_CASE) ||
H A DREUtil.java66 ret = RegularExpression.IGNORE_CASE;
120 if ((options & RegularExpression.IGNORE_CASE) != 0)
H A DRegexParser.java973 if (!this.isSet(RegularExpression.IGNORE_CASE) || c > 0xffff) {
987 if (!this.isSet(RegularExpression.IGNORE_CASE) || c > 0xffff) {
1003 if (!this.isSet(RegularExpression.IGNORE_CASE) ||
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
H A DToken.java436 if (ch < 0x10000 && isSet(options, RegularExpression.IGNORE_CASE)) {
476 if (cha < 0x10000 && isSet(options, RegularExpression.IGNORE_CASE)) {

Completed in 58 milliseconds