Searched refs:newPrimeIndex (Results 1 - 1 of 1) sorted by relevance

/external/icu/icu4c/source/common/
H A Duhash.c397 int32_t newPrimeIndex = hash->primeIndex; local
401 if (++newPrimeIndex >= PRIMES_LENGTH) {
405 if (--newPrimeIndex < 0) {
412 _uhash_allocate(hash, newPrimeIndex, status);

Completed in 52 milliseconds