Searched refs:endLine (Results 1 – 10 of 10) sorted by relevance
47 public int endLine; field in Location55 startOffset = endOffset = startLine = endLine = NaN; in Location()62 endLine = other.endLine; in Location()74 endLine = endOffset = NaN; in Location()76 endLine = end.getLine() - 1; // token lines start from 1 in Location()89 public Location(int startLine, int startOffset, int endLine, int endOffset) {92 this.endLine = endLine;101 ", endLine=" + endLine +122 if (endLine != location.endLine) {143 result = 31 * result + endLine;[all …]
261 valueLocation.endLine = attrLocation.endLine; in parseExpressions()
445 int endLine = mBlockEndLines[blockIndex]; in updateAlwaysNeedsToBeRedrawn() local446 for (int i = startLine; i <= endLine; i++) { in updateAlwaysNeedsToBeRedrawn()504 public void updateBlocks(int startLine, int endLine, int newLineCount) { in updateBlocks() argument519 if (mBlockEndLines[i] >= endLine) { in updateBlocks()529 boolean createBlockAfter = endLine < mBlockEndLines[lastBlock]; in updateBlocks()580 final int deltaLines = newLineCount - (endLine - startLine + 1); in updateBlocks()
69 private void update(int startLine, int endLine, int newLineCount) { in update() argument72 dl.updateBlocks(startLine, endLine, newLineCount); in update()
44 location2.endLine = 10; in testContains()
120 for (int i = location.startLine; i <= location.endLine; i++) { in extract()130 if (i == location.endLine) { in extract()
1041 assertEquals(0, location.endLine); in testLocationTracking()1049 assertEquals(0, predLoc.endLine); in testLocationTracking()1056 assertEquals(0, aLoc.endLine); in testLocationTracking()1063 assertEquals(0, tLoc.endLine); in testLocationTracking()1070 assertEquals(0, bLoc.endLine); in testLocationTracking()1077 assertEquals(0, cLoc.endLine); in testLocationTracking()
253 String endLine = lines.get(end.line); in replace() local254 String newEndLine = replaceWithSpaces(endLine, 0, end.charIndex - 1); in replace()
META-INF/ META-INF/MANIFEST.MF org/ org/clearsilver/ org/ ...
META-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/ ...