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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java750 int o = this.fixedStringTable.matches(target, con.start, con.limit);
769 int o = this.fixedStringTable.matches(target, con.start, con.limit);
941 int o = this.fixedStringTable.matches(target, con.start, con.limit);
960 int o = this.fixedStringTable.matches(target, con.start, con.limit);
1614 int o = this.fixedStringTable.matches(target, con.start, con.limit);
1633 int o = this.fixedStringTable.matches(target, con.start, con.limit);
1748 transient BMPattern fixedStringTable = null; field in class:RegularExpression
2136 this.fixedStringTable = new BMPattern(this.fixedString, 256,
2148 this.fixedStringTable = new BMPattern(this.fixedString, 256,

Completed in 35 milliseconds