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

  /external/icu4c/common/
uhash.h 181 float highWaterRatio; /* 0..1; high water as a fraction of length */
uhash.c 194 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];
242 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);
630 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);
    [all...]

Completed in 1182 milliseconds