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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRangeToken.java571 if (this == Token.token_not_0to9)
H A DToken.java68 static Token token_not_0to9; field in class:Token
113 Token.token_not_0to9 = Token.complementRanges(Token.token_0to9);
H A DRegexParser.java1073 ? Token.getRange("Nd", false) : Token.token_not_0to9;

Completed in 38 milliseconds