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

  /external/chromium/third_party/icu/source/common/
uhash.h 182 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 182 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 52 milliseconds