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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java523 final void findFixedString(FixedStringContainer container, int options) { method in class:Token
529 this.getChild(i).findFixedString(container, options);
567 this.getChild(0).findFixedString(container, options);
573 this.getChild(0).findFixedString(container, options);
577 throw new RuntimeException("Token#findFixedString(): Invalid Type: "+this.type);
H A DRegularExpression.java2141 this.tokentree.findFixedString(container, this.options);

Completed in 30 milliseconds