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

  /external/chromium_org/third_party/icu/source/common/
uhash.c 397 int32_t newPrimeIndex = hash->primeIndex;
401 if (++newPrimeIndex >= PRIMES_LENGTH) {
405 if (--newPrimeIndex < 0) {
412 _uhash_allocate(hash, newPrimeIndex, status);
  /external/icu/icu4c/source/common/
uhash.c 397 int32_t newPrimeIndex = hash->primeIndex;
401 if (++newPrimeIndex >= PRIMES_LENGTH) {
405 if (--newPrimeIndex < 0) {
412 _uhash_allocate(hash, newPrimeIndex, status);

Completed in 8680 milliseconds