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

  /external/icu4c/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...]

Completed in 69 milliseconds