Home | History | Annotate | Download | only in common

Lines Matching refs:primeIndex

60  * PRIMES table, so that when the primeIndex is incremented or
204 * Caller must ensure primeIndex is in range 0..PRIME_LENGTH-1.
208 int32_t primeIndex,
216 U_ASSERT(primeIndex >= 0 && primeIndex < PRIMES_LENGTH);
218 hash->primeIndex = primeIndex;
219 hash->length = PRIMES[primeIndex];
250 int32_t primeIndex,
265 _uhash_allocate(result, primeIndex, status);
278 int32_t primeIndex,
290 _uhash_init(result, keyHash, keyComp, valueComp, primeIndex, status);
396 int32_t newPrimeIndex = hash->primeIndex;