Searched refs:setIndex (Results 1 - 15 of 15) sorted by relevance

/libcore/luni/src/main/java/java/text/
H A DCharacterIterator.java115 public char setIndex(int location); method in interface:CharacterIterator
H A DParsePosition.java100 public void setIndex(int index) { method in class:ParsePosition
H A DFormat.java190 position.setIndex(index);
197 position.setIndex(index);
215 position.setIndex(index);
H A DChoiceFormat.java146 position.setIndex(index);
177 position.setIndex(index);
379 position.setIndex(offset + choiceFormats[i].length());
H A DAttributedString.java368 public char setIndex(int location) { method in class:AttributedString.AttributedIterator
409 iterator.setIndex(0);
417 iterator.setIndex(limit);
434 iterator.setIndex(start);
446 iterator.setIndex(start);
457 iterator.setIndex(limit);
H A DMessageFormat.java415 position.setIndex(offset);
666 iterator.setIndex(end);
881 internalPos.setIndex(offset);
899 position.setIndex(offset);
950 position.setIndex(offset + 1);
962 position.setIndex(offset);
H A DStringCharacterIterator.java246 public char setIndex(int location) { method in class:StringCharacterIterator
H A DSimpleDateFormat.java1072 position.setIndex(offset);
1087 position.setIndex(index);
1102 position.setIndex(position.getIndex() - 1); // Spit out the negative sign.
1119 position.setIndex(index);
1182 position.setIndex(index + 1);
/libcore/luni/src/test/java/libcore/java/text/
H A DOldParsePositionTest.java31 pp1.setIndex(Integer.MAX_VALUE);
H A DOldDateFormatTest.java394 pp.setIndex(0);
404 pp.setIndex(2);
H A DOldAttributedStringTest.java258 public char setIndex(int p) { method in class:OldAttributedStringTest.testAttributedCharacterIterator
H A DOldMessageFormatTest.java412 pp.setIndex(0);
/libcore/luni/src/main/java/java/util/concurrent/
H A DScheduledThreadPoolExecutor.java837 private void setIndex(RunnableScheduledFuture<?> f, int idx) { method in class:ScheduledThreadPoolExecutor.DelayedWorkQueue
853 setIndex(e, k);
857 setIndex(key, k);
875 setIndex(c, k);
879 setIndex(key, k);
931 setIndex(queue[i], -1);
987 setIndex(e, 0);
1025 setIndex(f, -1);
1127 setIndex(t, -1);
/libcore/luni/src/main/java/libcore/icu/
H A DNativeBreakIterator.java94 this.charIterator.setIndex(newLocation);
/libcore/support/src/test/java/tests/support/
H A DSupport_Format.java100 iterator.setIndex(end);

Completed in 190 milliseconds