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

  /external/icu4c/common/
uhash.h 183 float lowWaterRatio; /* 0..1; low water as a fraction of length */
uhash.c 193 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2];
241 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio);
629 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio);
    [all...]

Completed in 718 milliseconds