/external/guava/android/guava/src/com/google/common/collect/ |
D | BoundType.java | 32 final boolean inclusive; field in BoundType 34 BoundType(boolean inclusive) { in BoundType() 39 static BoundType forBoolean(boolean inclusive) { in forBoolean()
|
D | ContiguousSet.java | 156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 187 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() 196 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 203 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 236 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 240 int headIndex(E toElement, boolean inclusive) { in headIndex() 256 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() 260 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
|
D | RegularContiguousSet.java | 50 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 68 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | DescendingImmutableSortedSet.java | 52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 63 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | SortedMultisets.java | 149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 155 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ForwardingNavigableSet.java | 209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 223 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ImmutableSortedSet.java | 548 public ImmutableSortedSet<E> headSet(E toElement, boolean inclusive) { in headSet() 598 public ImmutableSortedSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet() 606 abstract ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive); in headSetImpl() 611 abstract ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive); in tailSetImpl()
|
/external/guava/guava/src/com/google/common/collect/ |
D | BoundType.java | 32 final boolean inclusive; field in BoundType 34 BoundType(boolean inclusive) { in BoundType() 39 static BoundType forBoolean(boolean inclusive) { in forBoolean()
|
D | ContiguousSet.java | 156 public ContiguousSet<C> headSet(C toElement, boolean inclusive) { in headSet() 187 public ContiguousSet<C> tailSet(C fromElement, boolean inclusive) { in tailSet() 196 abstract ContiguousSet<C> headSetImpl(C toElement, boolean inclusive); in headSetImpl() 203 abstract ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive); in tailSetImpl()
|
D | RegularContiguousSet.java | 50 ContiguousSet<C> headSetImpl(C toElement, boolean inclusive) { in headSetImpl() 68 ContiguousSet<C> tailSetImpl(C fromElement, boolean inclusive) { in tailSetImpl()
|
D | RegularImmutableSortedSet.java | 247 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 251 int headIndex(E toElement, boolean inclusive) { in headIndex() 267 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl() 271 int tailIndex(E fromElement, boolean inclusive) { in tailIndex()
|
D | DescendingImmutableSortedSet.java | 52 ImmutableSortedSet<E> headSetImpl(E toElement, boolean inclusive) { in headSetImpl() 63 ImmutableSortedSet<E> tailSetImpl(E fromElement, boolean inclusive) { in tailSetImpl()
|
D | SortedMultisets.java | 149 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 155 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
D | ForwardingNavigableSet.java | 209 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 223 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
/external/icu/android_icu4j/src/main/java/android/icu/util/ |
D | InitialTimeZoneRule.java | 76 boolean inclusive) { in getNextStart() 87 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | TimeZoneRule.java | 134 …ic abstract Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getNextStart() 150 …bstract Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getPreviousStart()
|
D | TimeArrayTimeZoneRule.java | 95 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() 113 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | AnnualTimeZoneRule.java | 184 public Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() 201 …public Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
/external/icu/icu4j/main/classes/core/src/com/ibm/icu/util/ |
D | InitialTimeZoneRule.java | 84 boolean inclusive) { in getNextStart() 97 int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | TimeZoneRule.java | 144 …ic abstract Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getNextStart() 162 …bstract Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive); in getPreviousStart()
|
D | TimeArrayTimeZoneRule.java | 101 public Date getNextStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() 120 public Date getPreviousStart(long base, int prevOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
D | AnnualTimeZoneRule.java | 193 public Date getNextStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getNextStart() 211 …public Date getPreviousStart(long base, int prevRawOffset, int prevDSTSavings, boolean inclusive) { in getPreviousStart()
|
/external/guava/guava-tests/test/com/google/common/collect/ |
D | SynchronizedNavigableSetTest.java | 87 public NavigableSet<E> headSet(E toElement, boolean inclusive) { in headSet() 133 public NavigableSet<E> tailSet(E fromElement, boolean inclusive) { in tailSet()
|
/external/icu/icu4c/source/i18n/ |
D | zrule.cpp | 131 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getNextStart() 137 int32_t prevDSTSavings, UBool inclusive, UDate& result) { in izrule_getPreviousStart()
|