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

  /external/icu/icu4c/source/common/
uhash.h 123 U_GROW, /* Grow on demand, do not shrink */
295 * By default, tables grow but do not shrink (policy U_GROW).
298 * @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 110 milliseconds