Home
last modified time | relevance | path

Searched defs:inclusive (Results 1 – 25 of 38) sorted by relevance

12

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java94 @Override public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
125 @Override public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet()
132 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
137 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DRegularImmutableSortedSet.java219 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
223 int headIndex(E toElement, boolean inclusive) { in headIndex()
237 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
241 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
DRegularContiguousSet.java50 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
65 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DEmptyImmutableSortedMap.java97 public ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
103 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
DDescendingImmutableSortedSet.java47 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
58 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedMap.java113 public ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
118 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
DEmptyImmutableSortedSet.java107 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
118 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DBoundType.java50 static BoundType forBoolean(boolean inclusive) { in forBoolean()
DImmutableSortedSet.java622 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
676 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
684 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
689 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
DEmptyContiguousSet.java61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/
DInitialTimeZoneRule.java78 boolean inclusive) { in getNextStart()
90 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DTimeZoneRule.java142 …ic abstract Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getNextStart()
160 …bstract Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getPreviousStart()
DTimeArrayTimeZoneRule.java96 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart()
114 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DAnnualTimeZoneRule.java188 public Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getNextStart()
205 …public Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
DBasicTimeZone.java47 public abstract TimeZoneTransition getNextTransition(long base, boolean inclusive); in getNextTransition()
62 public abstract TimeZoneTransition getPreviousTransition(long base, boolean inclusive); in getPreviousTransition()
DRuleBasedTimeZone.java344 public TimeZoneTransition getNextTransition(long base, boolean inclusive) { in getNextTransition()
418 public TimeZoneTransition getPreviousTransition(long base, boolean inclusive) { in getPreviousTransition()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DContiguousSet.java101 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
106 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DRegularContiguousSet.java48 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
63 @Override ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DEmptyContiguousSet.java59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
DImmutableSortedSet.java333 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
374 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/icu/icu4c/source/i18n/
Dzrule.cpp129 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart()
135 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart()
Dtzrule.cpp354 UBool inclusive, in getNextStart()
378 UBool inclusive, in getPreviousStart()
544 UBool inclusive, in getNextStart()
564 UBool inclusive, in getPreviousStart()
Drbtz.cpp544 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) const… in getNextTransition()
563 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) c… in getPreviousTransition()
736 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext()
820 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, in findPrev()
Dvzone.cpp161 vzone_getNextTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getNextTransition()
166 vzone_getPreviousTransition(VZone* zone, UDate base, UBool inclusive, ZTrans* result) { in vzone_getPreviousTransition()
/external/parameter-framework/bindings/c/
DParameterFramework.h106 bool inclusive; //< True if the criterion is inclusive, false if exclusive. member

12