Searched refs:getEndIndex (Results 1 - 25 of 37) sorted by relevance

12

/openjdk7/jdk/src/share/classes/java/text/
H A DCharacterIterator.java48 * continuing through the value returned by getEndIndex()-1.
51 * getBeginIndex() to getEndIndex(); the value getEndIndex() is included to allow
57 * they would move outside the range from getBeginIndex() to getEndIndex() -1,
124 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
127 * @see #getEndIndex()
142 * to getEndIndex(), the current index is reset to getEndIndex() and
162 * getBeginIndex() to getEndIndex()
179 public int getEndIndex(); method in interface:CharacterIterator
[all...]
H A DRuleBasedBreakIterator.java590 t.setIndex(t.getEndIndex());
693 text.getIndex() < text.getEndIndex()) {
709 text.getIndex() < text.getEndIndex()) {
724 int endIndex = text.getEndIndex();
738 int endIndex = text.getEndIndex();
750 if (offset < text.getBeginIndex() || offset > text.getEndIndex()) {
872 int end = newText.getEndIndex();
908 if (text.getIndex() == text.getEndIndex()) {
962 if (c == CharacterIterator.DONE && lookaheadResult == text.getEndIndex()) {
1067 this.rangeLimit = base.getEndIndex();
1125 public int getEndIndex() { method in class:RuleBasedBreakIterator.SafeCharIterator
[all...]
H A DFieldPosition.java176 public int getEndIndex() { method in class:FieldPosition
H A DStringCharacterIterator.java213 * Implements CharacterIterator.getEndIndex() for String.
214 * @see CharacterIterator#getEndIndex
216 public int getEndIndex() method in class:StringCharacterIterator
H A DAttributedString.java100 int end = iterator.getEndIndex();
182 this(text, text.getBeginIndex(), text.getEndIndex(), null);
240 int textEndIndex = text.getEndIndex();
680 int end = iterator.getEndIndex();
851 public int getEndIndex() { method in class:AttributedString.AttributedStringIterator
/openjdk7/jdk/src/share/classes/javax/accessibility/
H A DAccessibleHyperlink.java139 public abstract int getEndIndex(); method in class:AccessibleHyperlink
/openjdk7/jdk/src/share/classes/java/awt/font/
H A DLineBreakMeasurer.java163 * tabLocations[tabCount] = styledText.getEndIndex() - 1;
173 * while (measurer.getPosition() < styledText.getEndIndex()) {
215 * if (measurer.getPosition() == styledText.getEndIndex())
305 if (text.getEndIndex() - text.getBeginIndex() < 1) {
311 this.limit = text.getEndIndex();
501 limit = newParagraph.getEndIndex();
527 limit = newParagraph.getEndIndex();
H A DCharArrayIterator.java59 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
62 * @see getEndIndex
94 * to getEndIndex(), the current index is reset to getEndIndex() and
134 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
136 * @return the character at the specified position or DONE if the specified position is equal to getEndIndex()
161 public int getEndIndex() { method in class:CharArrayIterator
H A DTextMeasurer.java76 * {@link AttributedCharacterIterator#getEndIndex() getEndIndex}
199 fChars = new char[text.getEndIndex() - fStart];
666 int end = newParagraph.getEndIndex();
725 int end = newParagraph.getEndIndex();
H A DStyledParagraph.java97 int end = aci.getEndIndex();
/openjdk7/jdk/src/share/classes/sun/text/normalizer/
H A DCharacterIteratorWrapper.java74 return (iterator.getEndIndex() - iterator.getBeginIndex());
119 int length =iterator.getEndIndex() - iterator.getBeginIndex();
/openjdk7/jdk/test/java/awt/font/LineBreakMeasurer/
H A DFRCTest.java70 while (lbm.getPosition() < aci.getEndIndex()) {
84 while (lbm.getPosition() < aci.getEndIndex()) {
H A DAllFontsLBM.java73 while (lbm.getPosition() < aci.getEndIndex()) {
/openjdk7/jdk/test/java/awt/FontClass/SurrogateTest/
H A DSupplementaryCanDisplayUpToTest.java88 result = font.canDisplayUpTo(iter, iter.getBeginIndex(), iter.getEndIndex());
/openjdk7/hotspot/src/share/tools/IdealGraphVisualizer/Filter/src/com/sun/hotspot/igv/filter/
H A DRemoveInputsFilter.java62 if (z >= r.getStartingIndex() && z <= r.getEndIndex() && is.getConnections().size() > 0) {
135 public int getEndIndex() { method in class:RemoveInputsFilter.RemoveInputsRule
/openjdk7/jdk/src/share/classes/javax/swing/text/
H A DSegment.java142 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
145 * @see #getEndIndex
174 * to getEndIndex(), the current index is reset to getEndIndex() and
210 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
212 * @return the character at the specified position or DONE if the specified position is equal to getEndIndex()
242 public int getEndIndex() { method in class:Segment
H A DWhitespaceBasedBreakIterator.java48 text = new char[ci.getEndIndex() - begin];
H A DTextLayoutStrategy.java479 return getEndIndex();
487 int index = getEndIndex();
/openjdk7/jdk/src/share/classes/java/awt/event/
H A DInputMethodEvent.java142 * <code>0</code>..<code>(text.getEndIndex() - text.getBeginIndex())</code>
163 textLength = text.getEndIndex() - text.getBeginIndex();
214 * <code>0</code>..<code>(text.getEndIndex() - text.getBeginIndex())</code>
/openjdk7/jdk/src/share/classes/sun/awt/im/
H A DCompositionAreaHandler.java203 && committedCharacterCount < text.getEndIndex() - text.getBeginIndex()) {
214 text.getEndIndex(), IM_ATTRIBUTES);
H A DInputMethodContext.java145 || text.getEndIndex() <= text.getBeginIndex()) {
/openjdk7/jdk/src/macosx/classes/sun/lwawt/macosx/
H A DCInputMethod.java612 char selectedText[] = new char[theIterator.getEndIndex() - theIterator.getBeginIndex()];
658 startLocation = fIMContext.getInsertPositionOffset() - (theIterator.getEndIndex() - theIterator.getBeginIndex());
663 startLocation = fIMContext.getInsertPositionOffset() + (theIterator.getEndIndex() - theIterator.getBeginIndex());
668 returnValue[1] = theIterator.getEndIndex() - theIterator.getBeginIndex();
/openjdk7/jdk/src/share/classes/sun/text/
H A DCodePointIterator.java196 iter.setIndex(iter.getEndIndex());
/openjdk7/jdk/src/share/demo/java2d/J2DBench/src/j2dbench/tests/text/
H A DTextConstructionTests.java385 * Sets the position to getEndIndex()-1 (getEndIndex() if the text is empty)
388 * @see #getEndIndex()
412 * to getEndIndex(), the current index is reset to getEndIndex() and
445 * getBeginIndex() to getEndIndex(). An IllegalArgumentException is thrown
447 * @return the character at the specified position or DONE if the specified position is equal to getEndIndex()
469 public int getEndIndex() { method in class:TextConstructionTests.ArrayCI
/openjdk7/jdk/src/share/classes/javax/swing/
H A DJFormattedTextField.java595 int end = text.getEndIndex();

Completed in 76 milliseconds

12