Searched refs:headIndex (Results 1 – 6 of 6) sorted by relevance
/external/guava/guava/src/com/google/common/collect/ |
D | RegularImmutableSortedSet.java | 196 int index = headIndex(element, false) - 1; in lower() 202 int index = headIndex(element, true) - 1; in floor() 220 return getSubSet(0, headIndex(toElement, inclusive)); in headSetImpl() 223 int headIndex(E toElement, boolean inclusive) { in headIndex() method in RegularImmutableSortedSet
|
D | RegularImmutableSortedMultiset.java | 87 return getSubMultiset(0, elementSet.headIndex(upperBound, checkNotNull(boundType) == CLOSED)); in headMultiset()
|
D | RegularImmutableSortedMap.java | 114 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive)); in headMap()
|
D | MapMakerInternalMap.java | 2597 int headIndex = head.getHash() & newMask; in expand() local 2601 newTable.set(headIndex, head); in expand() 2607 int tailIndex = headIndex; in expand()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 2130 int32_t headIndex=bootIndex; in hasNext() local 2136 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext() 2142 headIndex++; in hasNext() 2148 if ( patternMap->boot[headIndex] != NULL ) { in hasNext() 2152 headIndex++; in hasNext()
|
/external/guava/guava/src/com/google/common/cache/ |
D | LocalCache.java | 2927 int headIndex = head.getHash() & newMask; in expand() local 2931 newTable.set(headIndex, head); in expand() 2937 int tailIndex = headIndex; in expand()
|