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

/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java749 //System.err.println("DEBUG: fixed-only: "+this.fixedString);
754 con.match.setEnd(0, o+this.fixedString.length());
768 if (this.fixedString != null) {
940 //System.err.println("DEBUG: fixed-only: "+this.fixedString);
945 con.match.setEnd(0, o+this.fixedString.length());
959 if (this.fixedString != null) {
1613 //System.err.println("DEBUG: fixed-only: "+this.fixedString);
1618 con.match.setEnd(0, o+this.fixedString.length());
1632 if (this.fixedString != null) {
1746 transient String fixedString field in class:RegularExpression
[all...]
/openjdk7/jdk/test/com/sun/jdi/
H A DVarargsTest.java73 System.out.println("debuggee: " + fixedString(null));
132 static String fixedString(String ss) { method in class:VarargsTarg

Completed in 581 milliseconds