Home
last modified time | relevance | path

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

/external/guava/guava/src/com/google/common/collect/
DContiguousSet.java46 @Override ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet()
69 @Override ContiguousSet<C> tailSet(C fromElement, boolean inclusive){ in tailSet()
76 /*@Override*/ abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl()
81 /*@Override*/ abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
DBoundType.java43 static BoundType forBoolean(boolean inclusive) { in forBoolean()
DEmptyImmutableSortedSet.java105 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
116 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularImmutableSortedSet.java200 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl()
220 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
DRegularContiguousSet.java45 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
63 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DImmutableSortedSet.java601 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
647 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
655 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl()
660 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
DEmptyContiguousSet.java61 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
/external/guava/guava-gwt/src-super/com/google/common/collect/super/com/google/common/collect/
DRegularContiguousSet.java43 /* @Override */ ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
61 /* @Override */ ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
DEmptyContiguousSet.java59 @Override ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl()
DImmutableSortedMap.java272 ImmutableSortedMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
303 public ImmutableSortedMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
DImmutableSortedSet.java317 ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet()
358 ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
/external/icu4c/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()
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()
Drbtz.cpp526 RuleBasedTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getNextTransition()
545 RuleBasedTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /… in getPreviousTransition()
713 RuleBasedTimeZone::findNext(UDate base, UBool inclusive, UDate& transitionTime, in findNext()
797 RuleBasedTimeZone::findPrev(UDate base, UBool inclusive, UDate& transitionTime, in findPrev()
Dolsontz.cpp863 OlsonTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getNextTransition()
928 OlsonTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*con… in getPreviousTransition()
Dsimpletz.cpp970 SimpleTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*… in getNextTransition()
1004 SimpleTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*co… in getPreviousTransition()
Dvtzone.cpp1222 VTimeZone::getNextTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/ { in getNextTransition()
1227 VTimeZone::getPreviousTransition(UDate base, UBool inclusive, TimeZoneTransition& result) /*const*/… in getPreviousTransition()
/external/guava/guava-testlib/src/com/google/common/collect/testing/
DSafeTreeSet.java122 @Override public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet()
186 @Override public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
DSafeTreeMap.java143 @Override public NavigableMap<K, V> headMap(K toKey, boolean inclusive) { in headMap()
225 @Override public NavigableMap<K, V> tailMap(K fromKey, boolean inclusive) { in tailMap()
/external/icu4c/test/intltest/
Dtzrulets.cpp2412 UDate start, UDate end, UBool inclusive) { in compareTransitionsAscending()
2469 UDate start, UDate end, UBool inclusive) { in compareTransitionsDescending()