Searched defs:newCol (Results 1 - 5 of 5) sorted by relevance

/openjdk7/jdk/src/share/classes/com/sun/jmx/snmp/IPAcl/
H A DASCII_CharStream.java357 public void adjustBeginLineColumn(int newLine, int newCol) argument
379 bufcolumn[j] = newCol + columnDiff;
387 bufcolumn[j] = newCol + columnDiff;
/openjdk7/jdk/src/share/classes/com/sun/tools/example/debug/expr/
H A DASCII_UCodeESC_CharStream.java488 public void adjustBeginLineColumn(int newLine, int newCol) argument
510 bufcolumn[j] = newCol + columnDiff;
518 bufcolumn[j] = newCol + columnDiff;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/rngom/parse/compact/
H A DJavaCharStream.java617 public void adjustBeginLineColumn(int newLine, int newCol) argument
638 bufcolumn[j] = newCol + columnDiff;
646 bufcolumn[j] = newCol + columnDiff;
H A DUCode_UCodeESC_CharStream.java555 public void adjustBeginLineColumn(int newLine, int newCol) { argument
573 bufcolumn[j] = newCol + columnDiff;
580 bufcolumn[j] = newCol + columnDiff;
/openjdk7/jaxws/src/share/jaxws_classes/com/sun/xml/internal/xsom/impl/scd/
H A DSimpleCharStream.java419 public void adjustBeginLineColumn(int newLine, int newCol) argument
441 bufcolumn[j] = newCol + columnDiff;
449 bufcolumn[j] = newCol + columnDiff;

Completed in 35 milliseconds