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

  /external/chromium_org/third_party/icu/source/common/
uhash.h 67 * uhash_setResizePolicy() with the policy U_GROW_AND_SHRINK. In a
143 U_GROW_AND_SHRINK, /* Grow and shrink on demand */
317 * @param policy The way the hashtable resizes itself, {U_GROW, U_GROW_AND_SHRINK, U_FIXED}
  /external/icu4c/common/
uhash.h 69 * uhash_setResizePolicy() with the policy U_GROW_AND_SHRINK. In a
123 U_GROW_AND_SHRINK, /* Grow and shrink on demand */
297 * @param policy The way the hashtable resizes itself, {U_GROW, U_GROW_AND_SHRINK, U_FIXED}
  /external/chromium_org/third_party/icu/source/test/cintltst/
chashtst.c 249 uhash_setResizePolicy(hash, U_GROW_AND_SHRINK);
  /external/icu4c/test/cintltst/
chashtst.c 249 uhash_setResizePolicy(hash, U_GROW_AND_SHRINK);

Completed in 295 milliseconds