Home
last modified time | relevance | path

Searched refs:HASH_DELETED (Results 1 – 3 of 3) sorted by relevance

/third_party/node/deps/icu-small/source/common/
Duhash.cpp115 #define HASH_DELETED ((int32_t) 0x80000000) macro
116 #define HASH_EMPTY ((int32_t) HASH_DELETED + 1)
191 return _uhash_setElement(hash, e, HASH_DELETED, empty, empty, 0); in _uhash_internalRemoveElement()
/third_party/skia/third_party/externals/icu/source/common/
Duhash.cpp115 #define HASH_DELETED ((int32_t) 0x80000000) macro
116 #define HASH_EMPTY ((int32_t) HASH_DELETED + 1)
191 return _uhash_setElement(hash, e, HASH_DELETED, empty, empty, 0); in _uhash_internalRemoveElement()
/third_party/icu/icu4c/source/common/
Duhash.cpp115 #define HASH_DELETED ((int32_t) 0x80000000) macro
116 #define HASH_EMPTY ((int32_t) HASH_DELETED + 1)
191 return _uhash_setElement(hash, e, HASH_DELETED, empty, empty, 0); in _uhash_internalRemoveElement()