• Home
  • Raw
  • Download

Lines Matching defs:hash

122 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \  argument
143 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
183 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
192 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
210 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
333 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
395 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
438 _uhash_remove(UHashtable *hash, in _uhash_remove()
463 _uhash_put(UHashtable *hash, in _uhash_put()
574 uhash_close(UHashtable *hash) { in uhash_close()
595 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { in uhash_setKeyHasher()
602 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn) { in uhash_setKeyComparator()
608 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn){ in uhash_setValueComparator()
615 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setKeyDeleter()
622 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setValueDeleter()
629 uhash_setResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in uhash_setResizePolicy()
638 uhash_count(const UHashtable *hash) { in uhash_count()
643 uhash_get(const UHashtable *hash, in uhash_get()
651 uhash_iget(const UHashtable *hash, in uhash_iget()
659 uhash_geti(const UHashtable *hash, in uhash_geti()
667 uhash_igeti(const UHashtable *hash, in uhash_igeti()
675 uhash_put(UHashtable *hash, in uhash_put()
688 uhash_iput(UHashtable *hash, in uhash_iput()
701 uhash_puti(UHashtable *hash, in uhash_puti()
715 uhash_iputi(UHashtable *hash, in uhash_iputi()
728 uhash_remove(UHashtable *hash, in uhash_remove()
736 uhash_iremove(UHashtable *hash, in uhash_iremove()
744 uhash_removei(UHashtable *hash, in uhash_removei()
752 uhash_iremovei(UHashtable *hash, in uhash_iremovei()
760 uhash_removeAll(UHashtable *hash) { in uhash_removeAll()
773 uhash_find(const UHashtable *hash, const void* key) { in uhash_find()
782 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement()
800 uhash_removeElement(UHashtable *hash, const UHashElement* e) { in uhash_removeElement()