HomeSort by relevance Sort by last modified time
    Searched refs:primeIndex (Results 1 - 2 of 2) sorted by null

  /external/icu4c/common/
uhash.c 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)
    [all...]
uhash.h 185 int8_t primeIndex; /* Index into our prime table for length.
186 * length == PRIMES[primeIndex] */

Completed in 101 milliseconds