Searched refs:lowerBound (Results 1 – 3 of 3) sorted by relevance
47 private final int lowerBound; field in ParserCursor51 public ParserCursor(int lowerBound, int upperBound) { in ParserCursor() argument53 if (lowerBound < 0) { in ParserCursor()56 if (lowerBound > upperBound) { in ParserCursor()59 this.lowerBound = lowerBound; in ParserCursor()61 this.pos = lowerBound; in ParserCursor()65 return this.lowerBound; in getLowerBound()77 if (pos < this.lowerBound) { in updatePos()93 buffer.append(Integer.toString(this.lowerBound)); in toString()
1386 var lowerBound;1388 lowerBound = 0;1390 lowerBound = this._lowerBound(resource);1392 …if (lowerBound !== -1 && (typeof this.minimumBoundary === "undefined" || lowerBound < this.minimum…1393 this.minimumBoundary = lowerBound;
454 LONG lowerBound; in dumpHistoryItem() local455 if (FAILED(::SafeArrayGetLBound(arrPtr, 1, &lowerBound))) in dumpHistoryItem()462 LONG length = upperBound - lowerBound + 1; in dumpHistoryItem()