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

  /external/icu/icu4c/source/common/
uhash.h 163 float highWaterRatio; /* 0..1; high water as a fraction of length */
uhash.c 195 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];
243 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);
631 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);

Completed in 35 milliseconds