Searched refs:beginColumn (Results 1 - 19 of 19) sorted by relevance

/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/address/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DAddressListParserTokenManager.java792 t.beginColumn = input_stream.getBeginColumn();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/contenttype/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DContentTypeParserTokenManager.java678 t.beginColumn = input_stream.getBeginColumn();
/packages/apps/UnifiedEmail/src/org/apache/james/mime4j/field/datetime/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DDateTimeParserTokenManager.java717 t.beginColumn = input_stream.getBeginColumn();
/packages/services/Telephony/src/org/apache/james/mime4j/field/address/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DAddressListParserTokenManager.java792 t.beginColumn = input_stream.getBeginColumn();
/packages/services/Telephony/src/org/apache/james/mime4j/field/contenttype/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DContentTypeParserTokenManager.java678 t.beginColumn = input_stream.getBeginColumn();
/packages/services/Telephony/src/org/apache/james/mime4j/field/datetime/parser/
H A DToken.java33 * beginLine and beginColumn describe the position of the first character
37 public int beginLine, beginColumn, endLine, endColumn; field in class:Token
H A DParseException.java141 retval += "\" at line " + currentToken.next.beginLine + ", column " + currentToken.next.beginColumn;
H A DDateTimeParserTokenManager.java717 t.beginColumn = input_stream.getBeginColumn();
/packages/providers/CalendarProvider/tests/src/com/android/providers/calendar/
H A DCalendarProvider2Test.java394 int beginColumn = cursor.getColumnIndex(Instances.BEGIN);
396 long begin = cursor.getLong(beginColumn);
468 int beginColumn = cursor.getColumnIndex(Instances.BEGIN);
471 long begin = cursor.getLong(beginColumn);

Completed in 8199 milliseconds