Searched refs:lowWaterRatio (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/third_party/icu/source/common/
H A Duhash.h183 float lowWaterRatio; /* 0..1; low water as a fraction of length */ member in struct:UHashtable
H A Duhash.c193 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);
/external/icu/icu4c/source/common/
H A Duhash.h163 float lowWaterRatio; /* 0..1; low water as a fraction of length */ member in struct:UHashtable
H A Duhash.c194 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 90 milliseconds