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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java46 static final int NRANGE = 5; // [^a-zA-Z] etc. field in class:Token
155 return new RangeToken(Token.NRANGE);
200 // for RANGE or NRANGE
290 case NRANGE:
357 case NRANGE:
451 case NRANGE: // ****
546 case NRANGE:
H A DOp.java33 static final int NRANGE = 4; // [^a-zA-Z] field in class:Op
152 RangeToken getToken() { // RANGE, NRANGE
H A DRangeToken.java45 // for RANGE or NRANGE
232 if (token.type == NRANGE) {
322 * @param tok Ignore whether it is NRANGE or not.
413 * for NRANGE: Creates the same meaning RANGE.
416 if (token.type != RANGE && token.type != NRANGE)
H A DRegularExpression.java529 case Token.NRANGE:
1108 case Op.NRANGE:

Completed in 67 milliseconds