Searched refs:IS_EMPTY_OR_DELETED (Results 1 – 1 of 1) sorted by relevance
118 #define IS_EMPTY_OR_DELETED(x) ((x) < 0) macro185 U_ASSERT(!IS_EMPTY_OR_DELETED(e->hashcode)); in _uhash_internalRemoveElement()351 } else if (!IS_EMPTY_OR_DELETED(tableHash)) { in _uhash_find()423 if (!IS_EMPTY_OR_DELETED(old[i].hashcode)) { in _uhash_rehash()452 if (!IS_EMPTY_OR_DELETED(e->hashcode)) { in _uhash_remove()500 if (IS_EMPTY_OR_DELETED(e->hashcode)) { in _uhash_put()794 return IS_EMPTY_OR_DELETED(e->hashcode) ? NULL : e; in uhash_find()805 if (!IS_EMPTY_OR_DELETED(hash->elements[i].hashcode)) { in uhash_nextElement()819 if (!IS_EMPTY_OR_DELETED(e->hashcode)) { in uhash_removeElement()