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

  /packages/apps/Email/src/org/apache/james/mime4j/field/address/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
AddressListParserTokenManager.java 794 t.endColumn = input_stream.getEndColumn();
  /packages/apps/Email/src/org/apache/james/mime4j/field/contenttype/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
ContentTypeParserTokenManager.java 680 t.endColumn = input_stream.getEndColumn();
  /packages/apps/Email/src/org/apache/james/mime4j/field/datetime/parser/
Token.java 34 * of this token; endLine and endColumn describe the position of the
37 public int beginLine, beginColumn, endLine, endColumn;
DateTimeParserTokenManager.java 719 t.endColumn = input_stream.getEndColumn();
  /external/webkit/Source/WebCore/inspector/front-end/
TextEditorModel.js 31 WebInspector.TextRange = function(startLine, startColumn, endLine, endColumn)
36 this.endColumn = endColumn;
42 return this.startLine === this.endLine && this.startColumn === this.endColumn;
52 return new WebInspector.TextRange(this.startLine, this.startColumn, this.endLine, this.endColumn);
164 var suffix = this._lines[range.endLine].substring(range.endColumn);
216 clip.push(this._lines[range.startLine].substring(range.startColumn, range.endColumn));
222 clip.push(this._lines[range.endLine].substring(0, range.endColumn));
256 endColumn: range.startColumn
TextViewer.js 949 this._setCaretLocation(range.endLine, range.endColumn, true);
973 if (range.startLine > range.endLine || (range.startLine === range.endLine && range.startColumn > range.endColumn))
974 range = new WebInspector.TextRange(range.endLine, range.endColumn, range.startLine, range.startColumn);
981 this._setCaretLocation(newRange.endLine, newRange.endColumn, true);
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/grid/
GridModel.java     [all...]
GridDropHandler.java 572 int endColumn = mGrid.getColumn(endX);
574 int columnSpan = endColumn - column + 1;
590 mColumnMatch.type == SegmentType.RIGHT ? endColumn : column, 1)) {
    [all...]
  /sdk/eclipse/plugins/com.android.ide.eclipse.adt/src/com/android/ide/common/layout/
GridLayoutRule.java 436 int endColumn = grid.getColumn(state.bounds.x2());
437 int columnSpan = endColumn - startColumn + 1;
566 int endColumn = grid.getColumn(state.bounds.x2());
567 int columnSpan = endColumn - startColumn + 1;
  /external/webkit/Source/WebCore/rendering/
RenderTable.cpp     [all...]
  /frameworks/base/core/java/com/android/internal/widget/
LockPatternView.java 936 final int endColumn = end.column;
    [all...]
  /prebuilts/devtools/tools/lib/
lint.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.jface.text_3.6.1.r361_v20100825-0800.jar 
org.apache.commons.el_1.0.0.v201004212143.jar 
org.apache.lucene_1.9.1.v20100518-1140.jar 
org.eclipse.help.base_3.5.2.v201011171123.jar 
  /external/clang/include/clang-c/
Index.h     [all...]
  /external/clang/tools/c-index-test/
c-index-test.c 948 unsigned startLine, startColumn, endLine, endColumn, curLine, curColumn;
958 &endLine, &endColumn);
    [all...]
  /prebuilts/tools/common/freemarker/
freemarker-2.3.19.jar 
  /external/clang/tools/libclang/
CIndex.cpp     [all...]
  /prebuilts/misc/common/groovy/
groovy-all-1.7.0.jar 

Completed in 708 milliseconds