HomeSort by relevance Sort by last modified time
    Searched refs:RESIZE_POLICY_RATIO_TABLE (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/icu/source/common/
uhash.c 94 static const float RESIZE_POLICY_RATIO_TABLE[6] = {
193 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2];
194 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];
    [all...]
  /external/icu/icu4c/source/common/
uhash.c 95 static const float RESIZE_POLICY_RATIO_TABLE[6] = {
194 hash->lowWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2];
195 hash->highWaterRatio = RESIZE_POLICY_RATIO_TABLE[policy * 2 + 1];

Completed in 46 milliseconds