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

  /external/chromium_org/third_party/icu/source/common/
uhash.c 112 #define HASH_DELETED ((int32_t) 0x80000000)
113 #define HASH_EMPTY ((int32_t) HASH_DELETED + 1)
185 return _uhash_setElement(hash, e, HASH_DELETED, empty, empty, 0);
    [all...]
  /external/icu/icu4c/source/common/
uhash.c 113 #define HASH_DELETED ((int32_t) 0x80000000)
114 #define HASH_EMPTY ((int32_t) HASH_DELETED + 1)
186 return _uhash_setElement(hash, e, HASH_DELETED, empty, empty, 0);

Completed in 153 milliseconds