• Home
  • Raw
  • Download

Lines Matching defs:hash

119 #define HASH_DELETE_KEY_VALUE(hash, keypointer, valuepointer) \  argument
140 _uhash_setElement(UHashtable *hash, UHashElement* e, in _uhash_setElement()
180 _uhash_internalRemoveElement(UHashtable *hash, UHashElement* e) { in _uhash_internalRemoveElement()
189 _uhash_internalSetResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in _uhash_internalSetResizePolicy()
207 _uhash_allocate(UHashtable *hash, in _uhash_allocate()
330 _uhash_find(const UHashtable *hash, UHashTok key, in _uhash_find()
392 _uhash_rehash(UHashtable *hash, UErrorCode *status) { in _uhash_rehash()
435 _uhash_remove(UHashtable *hash, in _uhash_remove()
460 _uhash_put(UHashtable *hash, in _uhash_put()
571 uhash_close(UHashtable *hash) { in uhash_close()
592 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { in uhash_setKeyHasher()
599 uhash_setKeyComparator(UHashtable *hash, UKeyComparator *fn) { in uhash_setKeyComparator()
605 uhash_setValueComparator(UHashtable *hash, UValueComparator *fn){ in uhash_setValueComparator()
612 uhash_setKeyDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setKeyDeleter()
619 uhash_setValueDeleter(UHashtable *hash, UObjectDeleter *fn) { in uhash_setValueDeleter()
626 uhash_setResizePolicy(UHashtable *hash, enum UHashResizePolicy policy) { in uhash_setResizePolicy()
635 uhash_count(const UHashtable *hash) { in uhash_count()
640 uhash_get(const UHashtable *hash, in uhash_get()
648 uhash_iget(const UHashtable *hash, in uhash_iget()
656 uhash_geti(const UHashtable *hash, in uhash_geti()
664 uhash_igeti(const UHashtable *hash, in uhash_igeti()
672 uhash_put(UHashtable *hash, in uhash_put()
685 uhash_iput(UHashtable *hash, in uhash_iput()
698 uhash_puti(UHashtable *hash, in uhash_puti()
712 uhash_iputi(UHashtable *hash, in uhash_iputi()
725 uhash_remove(UHashtable *hash, in uhash_remove()
733 uhash_iremove(UHashtable *hash, in uhash_iremove()
741 uhash_removei(UHashtable *hash, in uhash_removei()
749 uhash_iremovei(UHashtable *hash, in uhash_iremovei()
757 uhash_removeAll(UHashtable *hash) { in uhash_removeAll()
770 uhash_find(const UHashtable *hash, const void* key) { in uhash_find()
779 uhash_nextElement(const UHashtable *hash, int32_t *pos) { in uhash_nextElement()
797 uhash_removeElement(UHashtable *hash, const UHashElement* e) { in uhash_removeElement()