Searched defs:hasPrevious (Results 1 - 25 of 37) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
H A DAbstractIndexedListIterator.java93 public final boolean hasPrevious() { method in class:AbstractIndexedListIterator
99 if (!hasPrevious()) {
H A DForwardingListIterator.java47 public boolean hasPrevious() { method in class:ForwardingListIterator
48 return delegate().hasPrevious();
H A DLinkedListMultimap.java330 public boolean hasPrevious() { method in class:LinkedListMultimap.NodeIterator
448 public boolean hasPrevious() { method in class:LinkedListMultimap.ValueForKeyIterator
863 public boolean hasPrevious() {
864 return nodes.hasPrevious();
961 public boolean hasPrevious() {
962 return nodes.hasPrevious();
H A DAbstractMultimap.java814 public boolean hasPrevious() { method in class:AbstractMultimap.WrappedList.WrappedListIterator
815 return getDelegateListIterator().hasPrevious();
/external/smali/util/src/main/java/org/jf/util/
H A DAbstractListIterator.java48 public boolean hasPrevious() { method in class:AbstractListIterator
/external/nist-sip/java/gov/nist/javax/sip/message/
H A DHeaderIterator.java96 public boolean hasPrevious() { method in class:HeaderIterator
/external/smack/src/org/jivesoftware/smack/util/collections/
H A DAbstractEmptyIterator.java45 public boolean hasPrevious() { method in class:AbstractEmptyIterator
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/util/
H A DVariableSizeListIterator.java81 public boolean hasPrevious() { method in class:VariableSizeListIterator
/external/chromium_org/third_party/icu/source/common/unicode/
H A Duiter.h160 * Function type declaration for UCharIterator.hasPrevious().
416 UCharIteratorHasPrevious *hasPrevious; member in struct:UCharIterator
/external/icu/icu4c/source/common/unicode/
H A Duiter.h160 * Function type declaration for UCharIterator.hasPrevious().
416 UCharIteratorHasPrevious *hasPrevious; member in struct:UCharIterator
/external/chromium_org/third_party/icu/source/common/
H A Duchriter.cpp185 UCharCharacterIterator::hasPrevious() { function in class:UCharCharacterIterator
H A Dunorm_it.c59 UBool hasPrevious, hasNext, isStackAllocated; member in struct:UNormIterator
72 if(!iter->hasPrevious(iter)) {
75 uni->hasPrevious=FALSE;
81 uni->hasPrevious=iter->hasPrevious(iter);
85 uni->hasPrevious=uni->hasNext=TRUE;
205 uni->hasPrevious=TRUE;
225 uni->hasPrevious=TRUE;
258 /* normalize backward from the start, assume hasPrevious is true */
284 uni->hasPrevious
[all...]
/external/icu/icu4c/source/common/
H A Duchriter.cpp185 UCharCharacterIterator::hasPrevious() { function in class:UCharCharacterIterator
/external/mockito/cglib-and-asm/src/org/mockito/asm/tree/
H A DInsnList.java598 public boolean hasPrevious() { method in class:InsnList.InsnListIterator
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
H A DLinkedListMultimap.java326 public boolean hasPrevious() { method in class:LinkedListMultimap.NodeIterator
444 public boolean hasPrevious() { method in class:LinkedListMultimap.ValueForKeyIterator
859 public boolean hasPrevious() {
860 return nodes.hasPrevious();
957 public boolean hasPrevious() {
958 return nodes.hasPrevious();
/external/guava/guava-testlib/src/com/google/common/collect/testing/
H A DAbstractIteratorTester.java224 public boolean hasPrevious() { method in class:AbstractIteratorTester.MultiExceptionListIterator
617 Stimulus<E, ListIterator<E>> hasPrevious = field in class:AbstractIteratorTester
618 new Stimulus<E, ListIterator<E>>("hasPrevious") {
622 assertEquals(reference.hasPrevious(), target.hasPrevious());
665 hasPrevious, nextIndex, previousIndex, previous, add, set);
/external/chromium_org/third_party/icu/source/test/intltest/
H A Dcitrtest.cpp128 virtual UBool hasPrevious() {return TRUE;}; function in class:SCharacterIterator
639 else if(iter.hasPrevious() == FALSE && i>0)
655 if(iter.hasPrevious() == TRUE)
656 errln("hasPrevious returned true after reaching the start");
742 else if(iter.hasPrevious() == FALSE && i > 5)
803 h=iter->hasPrevious(iter);
804 h2=ci.hasPrevious();
809 h=iter->hasPrevious(iter);
810 h2=ci.hasPrevious();
1075 virtual UBool hasPrevious() { function in class:SubCharIter
[all...]
/external/icu/icu4c/source/test/intltest/
H A Dcitrtest.cpp128 virtual UBool hasPrevious() {return TRUE;}; function in class:SCharacterIterator
639 else if(iter.hasPrevious() == FALSE && i>0)
655 if(iter.hasPrevious() == TRUE)
656 errln("hasPrevious returned true after reaching the start");
742 else if(iter.hasPrevious() == FALSE && i > 5)
803 h=iter->hasPrevious(iter);
804 h2=ci.hasPrevious();
809 h=iter->hasPrevious(iter);
810 h2=ci.hasPrevious();
1075 virtual UBool hasPrevious() { function in class:SubCharIter
[all...]
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dasm-tree-3.3.jarMETA-INF/MANIFEST.MF org/objectweb/asm/tree/AbstractInsnNode.class " package org.objectweb.asm ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.core.databinding.property_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.p2.core_2.0.2.R36x_v20100804.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.core.databinding.observable_1.3.0.I20100601-0800.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.equinox.common_3.6.0.v20100503.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/owasp/sanitizer/distrib/lib/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...
/external/owasp/sanitizer/lib/guava-libraries/
H A Dguava.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/common/ com/google/common/collect/ ...

Completed in 1065 milliseconds

12