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

/external/chromium_org/third_party/icu/source/common/
H A Duhash.c95 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable
194 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2];
195 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];
/external/icu/icu4c/source/common/
H A Duhash.c95 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable
194 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2];
195 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];

Completed in 2099 milliseconds