Searched refs:endColumn (Results 1 - 6 of 6) sorted by relevance

/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/address/parser/
H A DToken.java34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DAddressListParserTokenManager.java794 t.endColumn = input_stream.getEndColumn();
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/contenttype/parser/
H A DToken.java34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DContentTypeParserTokenManager.java680 t.endColumn = input_stream.getEndColumn();
/packages/apps/Email/emailcommon/src/org/apache/james/mime4j/field/datetime/parser/
H A DToken.java34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DDateTimeParserTokenManager.java719 t.endColumn = input_stream.getEndColumn();

Completed in 207 milliseconds