Searched refs:headIndex (Results 1 – 9 of 9) 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/icu4j/main/classes/core/src/com/ibm/icu/text/ |
D | Edits.java | 519 int headIndex = index++; in previous() local 522 index = headIndex; in previous() 538 int headIndex = index++; in previous() 541 index = headIndex; in previous()
|
/external/icu/android_icu4j/src/main/java/android/icu/text/ |
D | Edits.java | 508 int headIndex = index++; in previous() local 511 index = headIndex; in previous() 527 int headIndex = index++; in previous() 530 index = headIndex; in previous()
|
/external/icu/icu4c/source/common/ |
D | edits.cpp | 624 int32_t headIndex = index++; in previous() local 627 index = headIndex; in previous() 643 int32_t headIndex = index++; in previous() local 646 index = headIndex; in previous()
|
/external/icu/icu4c/source/i18n/ |
D | dtptngen.cpp | 2391 int32_t headIndex = bootIndex; in hasNext() local 2397 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext() 2403 headIndex++; in hasNext() 2409 if ( patternMap->boot[headIndex] != nullptr ) { in hasNext() 2413 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()
|