Home
last modified time | relevance | path

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

/third_party/node/deps/icu-small/source/common/
Duhash.cpp200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
248 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in _uhash_allocate()
652 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in uhash_setResizePolicy()
Duhash.h175 float highWaterRatio; /* 0..1; high water as a fraction of length */ member
/third_party/skia/third_party/externals/icu/source/common/
Duhash.cpp200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
248 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in _uhash_allocate()
652 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in uhash_setResizePolicy()
Duhash.h175 float highWaterRatio; /* 0..1; high water as a fraction of length */ member
/third_party/icu/icu4c/source/common/
Duhash.cpp200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
248 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in _uhash_allocate()
652 hash->highWaterMark = (int32_t)(hash->length * hash->highWaterRatio); in uhash_setResizePolicy()
Duhash.h175 float highWaterRatio; /* 0..1; high water as a fraction of length */ member