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

  /external/chromium_org/third_party/icu/source/common/
uhash.h 182 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...]
  /external/icu4c/common/
uhash.h 162 float highWaterRatio; /* 0..1; high water as a fraction of length */
uhash.c 195 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];
243 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);
631 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio);

Completed in 178 milliseconds