Home
last modified time | relevance | path

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

/external/icu4c/i18n/
Ddtptngen.cpp1870 int32_t headIndex=bootIndex; in hasNext() local
1876 while ( headIndex < MAX_PATTERN_ENTRIES ) { in hasNext()
1882 headIndex++; in hasNext()
1888 if ( patternMap->boot[headIndex] != NULL ) { in hasNext()
1892 headIndex++; in hasNext()
/external/guava/guava/src/com/google/common/collect/
DMapMakerInternalMap.java2632 int headIndex = head.getHash() & newMask; in expand() local
2636 newTable.set(headIndex, head); in expand()
2642 int tailIndex = headIndex; in expand()
/external/guava/guava/src/com/google/common/cache/
DLocalCache.java2954 int headIndex = head.getHash() & newMask; in expand() local
2958 newTable.set(headIndex, head); in expand()
2964 int tailIndex = headIndex; in expand()