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

/openjdk9/jaxp/src/java.xml/share/classes/com/sun/org/apache/xerces/internal/impl/xpath/regex/
H A DRegularExpression.java748 //System.err.println("DEBUG: fixed-only: "+this.fixedString);
753 con.match.setEnd(0, o+this.fixedString.length());
767 if (this.fixedString != null) {
939 //System.err.println("DEBUG: fixed-only: "+this.fixedString);
944 con.match.setEnd(0, o+this.fixedString.length());
958 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...]
/openjdk9/jdk/test/com/sun/jdi/
H A DVarargsTest.java72 System.out.println("debuggee: " + fixedString(null));
131 static String fixedString(String ss) { method in class:VarargsTarg

Completed in 91 milliseconds