Lines Matching defs:hash
120 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \ argument
141 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
181 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
190 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
208 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
331 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
393 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
436 _uhash_remove(UHashtable *hash, in _uhash_remove()
461 _uhash_put(UHashtable *hash, in _uhash_put()
572 uhash_close(UHashtable *hash) { in uhash_close()
593 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { in uhash_setKeyHasher()
600 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn) { in uhash_setKeyComparator()
606 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn){ in uhash_setValueComparator()
613 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setKeyDeleter()
620 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setValueDeleter()
627 uhash_setResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in uhash_setResizePolicy()
636 uhash_count(const UHashtable *hash) { in uhash_count()
641 uhash_get(const UHashtable *hash, in uhash_get()
649 uhash_iget(const UHashtable *hash, in uhash_iget()
657 uhash_geti(const UHashtable *hash, in uhash_geti()
665 uhash_igeti(const UHashtable *hash, in uhash_igeti()
673 uhash_put(UHashtable *hash, in uhash_put()
686 uhash_iput(UHashtable *hash, in uhash_iput()
699 uhash_puti(UHashtable *hash, in uhash_puti()
713 uhash_iputi(UHashtable *hash, in uhash_iputi()
726 uhash_remove(UHashtable *hash, in uhash_remove()
734 uhash_iremove(UHashtable *hash, in uhash_iremove()
742 uhash_removei(UHashtable *hash, in uhash_removei()
750 uhash_iremovei(UHashtable *hash, in uhash_iremovei()
758 uhash_removeAll(UHashtable *hash) { in uhash_removeAll()
771 uhash_find(const UHashtable *hash, const void* key) { in uhash_find()
780 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement()
798 uhash_removeElement(UHashtable *hash, const UHashElement* e) { in uhash_removeElement()