Home
last modified time | relevance | path

Searched refs:headIndex (Results 1 – 6 of 6) sorted by relevance

/external/guava/guava/src/com/google/common/collect/
DRegularImmutableSortedSet.java196 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
DRegularImmutableSortedMultiset.java87 return getSubMultiset(0, elementSet.headIndex(upperBound, checkNotNull(boundType) == CLOSED)); in headMultiset()
DRegularImmutableSortedMap.java114 return getSubMap(0, keySet.headIndex(checkNotNull(toKey), inclusive)); in headMap()
DMapMakerInternalMap.java2597 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/
Ddtptngen.cpp2130 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/
DLocalCache.java2927 int headIndex = head.getHash() & newMask; in expand() local
2931 newTable.set(headIndex, head); in expand()
2937 int tailIndex = headIndex; in expand()