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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DToken.java388 final int analyzeFirstCharacter(RangeToken result, int options) { method in class:Token
393 if ((ret = this.getChild(i).analyzeFirstCharacter(result, options)) != FC_CONTINUE)
408 ret2 = this.getChild(i).analyzeFirstCharacter(result, options);
417 int ret3 = this.getChild(0).analyzeFirstCharacter(result, options);
420 int ret4 = this.getChild(1).analyzeFirstCharacter(result, options);
426 this.getChild(0).analyzeFirstCharacter(result, options);
457 return this.getChild(0).analyzeFirstCharacter(result, options);
462 return this.getChild(0).analyzeFirstCharacter(result, options);
H A DRegularExpression.java2111 int fresult = this.tokentree.analyzeFirstCharacter(firstChar, this.options);

Completed in 38 milliseconds