Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duhash.cpp197 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
245 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in _uhash_allocate()
649 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in uhash_setResizePolicy()
Duhash.h168 float highWaterRatio; /* 0..1; high water as a fraction of length */ member