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

  /external/icu/icu4c/source/common/
uhash.h 164 float lowWaterRatio; /* 0..1; low water as a fraction of length */
uhash.c 194 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2];
242 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio);
630 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio);

Completed in 498 milliseconds