Searched defs:endOffset (Results 1 - 11 of 11) sorted by relevance

/openjdk7/jdk/src/share/classes/sun/invoke/anon/
H A DConstantPoolParser.java43 int endOffset; field in class:ConstantPoolParser
104 if (endOffset == 0)
106 return endOffset;
178 if (endOffset == 0) {
179 endOffset = buffer.position();
/openjdk7/jdk/src/share/classes/javax/swing/text/html/
H A DMinimalHTMLWriter.java86 int endOffset = 0; field in class:MinimalHTMLWriter
H A DHTMLDocument.java789 int endOffset = Math.min(getLength(), element.getEndOffset());
1899 endOffset = 0;
1942 return endOffset;
1952 if (elem.getStartOffset() >= endOffset) {
2000 * of the run. This sets the value of <code>endOffset</code>.
2004 endOffset = pos.current().getEndOffset();
2012 endOffset = e.getEndOffset();
2016 private int endOffset; field in class:HTMLDocument.LeafIterator
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DAbstractWriter.java52 private int endOffset = 0; field in class:AbstractWriter
137 endOffset = pos + len;
186 endOffset = pos + len;
205 return endOffset;
248 int endOffset = getEndOffset();
250 next.getStartOffset() < endOffset) ||
H A DGapContent.java713 int endOffset = offset + length;
728 if (endOffset >= g0) {
729 endIndex = findMarkAdjustIndex(endOffset + (g1 - g0) + 1);
732 endIndex = findMarkAdjustIndex(endOffset + 1);
737 endIndex = findMarkAdjustIndex(endOffset + (g1 - g0) + 1);
761 int endOffset = offset + length;
776 ref.resetLocation(endOffset, g1);
836 * @param endOffset end location of inserted string.
839 protected void resetLocation(int endOffset, int g1) { argument
840 if (undoLocation != endOffset) {
[all...]
H A DInternationalFormatter.java666 ((ExtendedReplaceHolder)rh).endOffset = rh.offset;
671 ((ExtendedReplaceHolder)rh).endOffset = rh.offset;
710 int end = ((ExtendedReplaceHolder)rh).endOffset;
716 start = ((ExtendedReplaceHolder)rh).endOffset;
969 int endOffset; field in class:InternationalFormatter.ExtendedReplaceHolder
H A DParagraphView.java491 * <code>startOffset</code> and <code>endOffset</code>.
500 * @param endOffset the ending document offset >= startOffset
503 protected float getPartialSize(int startOffset, int endOffset) { argument
516 while(startOffset < endOffset && viewIndex < numViews) {
519 tempEnd = Math.min(endOffset, viewEnd);
H A DDefaultStyledDocument.java283 int endOffset = elem.getEndOffset();
284 int removeTo = endOffset;
290 if (endOffset >= lastEndOffset) {
648 int endOffset = offset + length;
649 boolean insertingAtBoundry = (run.getEndOffset() == endOffset);
666 offset, endOffset);
725 else if(pParagraph.getEndOffset() != endOffset) {
745 // direction isn't originate, and the element at endOffset
747 if(insertingAtBoundry && endOffset < docLength) {
756 getElementIndex(endOffset));
811 createSpecsForInsertAfterNewline(Element paragraph, Element pParagraph, AttributeSet pattr, Vector<ElementSpec> parseBuffer, int offset, int endOffset) argument
2467 transient int endOffset; field in class:DefaultStyledDocument.ElementBuffer
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/xpointer/
H A DElementSchemePointer.java730 String data, int currentOffset, int endOffset)
738 if (currentOffset == endOffset) {
755 if (++currentOffset == endOffset) {
766 if (++currentOffset == endOffset) {
792 currentOffset = scanNCName(data, endOffset, currentOffset);
801 if (currentOffset < endOffset) {
825 * @param endOffset The int XPointer expression length
828 private int scanNCName(String data, int endOffset, int currentOffset) { argument
841 while (++currentOffset < endOffset) {
729 scanExpr(SymbolTable symbolTable, Tokens tokens, String data, int currentOffset, int endOffset) argument
H A DXPointerHandler.java674 String data, int currentOffset, int endOffset)
689 if (currentOffset == endOffset) {
696 if (++currentOffset == endOffset) {
701 if (currentOffset == endOffset) {
753 currentOffset = scanNCName(data, endOffset,
762 if (currentOffset < endOffset) {
774 if (++currentOffset == endOffset) {
781 currentOffset = scanNCName(data, endOffset,
788 if (currentOffset < endOffset) {
800 if (currentOffset != endOffset) {
673 scanExpr(SymbolTable symbolTable, Tokens tokens, String data, int currentOffset, int endOffset) argument
864 scanNCName(String data, int endOffset, int currentOffset) argument
907 scanData(String data, StringBuffer schemeData, int endOffset, int currentOffset) argument
[all...]
/openjdk7/jaxp/src/com/sun/org/apache/xerces/internal/impl/xpath/
H A DXPath.java1328 int currentOffset, int endOffset)
1337 if (currentOffset == endOffset) {
1345 if (++currentOffset == endOffset) {
1350 if (currentOffset == endOffset) {
1363 if (++currentOffset == endOffset) {
1370 if (++currentOffset == endOffset) {
1377 if (++currentOffset == endOffset) {
1384 if (++currentOffset == endOffset) {
1393 if (currentOffset + 1 == endOffset) {
1407 currentOffset = scanNumber(tokens, data, endOffset, currentOffse
1326 scanExpr(SymbolTable symbolTable, XPath.Tokens tokens, String data, int currentOffset, int endOffset) argument
1896 scanNCName(String data, int endOffset, int currentOffset) argument
1942 scanNumber(XPath.Tokens tokens, String data, int endOffset, int currentOffset ) argument
[all...]

Completed in 98 milliseconds