Searched defs:nextIndex (Results 1 - 9 of 9) sorted by relevance

/external/guava/src/com/google/common/collect/
H A DForwardingListIterator.java47 public int nextIndex() { method in class:ForwardingListIterator
48 return delegate().nextIndex();
H A DLinkedListMultimap.java321 int nextIndex; field in class:LinkedListMultimap.ValueForKeyIterator
346 nextIndex = size;
368 nextIndex++;
380 nextIndex--;
384 public int nextIndex() { method in class:LinkedListMultimap.ValueForKeyIterator
385 return nextIndex;
389 return nextIndex - 1;
396 nextIndex--;
412 nextIndex++;
H A DAbstractMultimap.java789 public int nextIndex() { method in class:AbstractMultimap.WrappedList.WrappedListIterator
790 return getDelegateListIterator().nextIndex();
/external/icu4c/i18n/
H A Dcsrmbcs.h35 int32_t nextIndex; member in class:IteratedChar
/external/emma/core/java12/com/vladium/jcd/cls/
H A DIConstantCollection.java40 public int nextIndex (); method in interface:IConstantCollection.IConstantIterator
44 * get(nextIndex()) and avoiding index bound violation exceptions.
H A DConstantCollection.java212 public int nextIndex () method in class:ConstantCollection.ConstantIterator
222 final int nextIndex = nextIndex ();
223 if (nextIndex < 0)
226 return (CONSTANT_info) m_constants.get (nextIndex - 1);
/external/icu4c/common/unicode/
H A Dnormlzr.h743 // of the source in [currentIndex..nextIndex[ .
744 int32_t currentIndex, nextIndex; member in class:Normalizer
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/sqlite/dist/
H A Dsqlite3.c51860 int nextIndex = 1; /* Index of next ? host parameter */ local
[all...]

Completed in 240 milliseconds