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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
uhash.h 163 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 61 milliseconds