Home
last modified time | relevance | path

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

/external/icu/icu4c/source/common/
Duhash.cpp97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable
196 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()
197 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()