HomeSort by relevance Sort by last modified time
    Searched refs:newCol (Results 1 - 4 of 4) sorted by null

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
SimpleCharStream.java 409 public void adjustBeginLineColumn(int newLine, int newCol)
431 bufcolumn[j] = newCol + columnDiff;
439 bufcolumn[j] = newCol + columnDiff;
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
SimpleCharStream.java 409 public void adjustBeginLineColumn(int newLine, int newCol)
431 bufcolumn[j] = newCol + columnDiff;
439 bufcolumn[j] = newCol + columnDiff;
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
SimpleCharStream.java 409 public void adjustBeginLineColumn(int newLine, int newCol)
431 bufcolumn[j] = newCol + columnDiff;
439 bufcolumn[j] = newCol + columnDiff;
  /development/apps/Term/src/com/android/term/
Term.java     [all...]

Completed in 1076 milliseconds