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

  /external/chromium_org/third_party/icu/source/common/
uhash.h 142 U_GROW, /* Grow on demand, do not shrink */
314 * By default, tables grow but do not shrink (policy U_GROW).
317 * @param policy The way the hashtable resizes itself, {U_GROW, U_GROW_AND_SHRINK, U_FIXED}
uhash.c 96 0.0F, 0.5F, /* U_GROW: Grow on demand, do not shrink */
263 _uhash_internalSetResizePolicy(result, U_GROW);
    [all...]
  /external/icu4c/common/
uhash.h 122 U_GROW, /* Grow on demand, do not shrink */
294 * By default, tables grow but do not shrink (policy U_GROW).
297 * @param policy The way the hashtable resizes itself, {U_GROW, U_GROW_AND_SHRINK, U_FIXED}
uhash.c 97 0.0F, 0.5F, /* U_GROW: Grow on demand, do not shrink */
264 _uhash_internalSetResizePolicy(result, U_GROW);

Completed in 1439 milliseconds