Home
last modified time | relevance | path

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

/third_party/icu/icu4c/source/common/
H A Duhash.cpp97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable
199 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()
200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
/third_party/node/deps/icu-small/source/common/
H A Duhash.cpp97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable
199 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()
200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()
/third_party/skia/third_party/externals/icu/source/common/
H A Duhash.cpp97 static const float RESIZE_POLICY_RATIO_TABLE[6] = { variable
199 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2]; in _uhash_internalSetResizePolicy()
200 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1]; in _uhash_internalSetResizePolicy()

Completed in 6 milliseconds