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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DBMPattern.java31 public class BMPattern { class
36 public BMPattern(String pat, boolean ignoreCase) { method in class:BMPattern
40 public BMPattern(String pat, int tableSize, boolean ignoreCase) { method in class:BMPattern
H A DRegularExpression.java1748 transient BMPattern fixedStringTable = null;
2136 this.fixedStringTable = new BMPattern(this.fixedString, 256,
2148 this.fixedStringTable = new BMPattern(this.fixedString, 256,

Completed in 43 milliseconds