Home
last modified time | relevance | path

Searched refs:lowWaterRatio (Results 1 – 2 of 2) sorted by relevance

/external/icu/icu4c/source/common/
Duhash.cpp196 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()
244 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio); in _uhash_allocate()
648 hash->lowWaterMark = (int32_t)(hash->length * hash->lowWaterRatio); in uhash_setResizePolicy()
Duhash.h169 float lowWaterRatio; /* 0..1; low water as a fraction of length */ member