Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/icu/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()
/third_party/node/deps/icu-small/source/common/
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/icu/icu4c/source/common/
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/
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()