Searched refs:UHashFunction (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uhash.h | 109 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key); typedef 145 UHashFunction *keyHasher; /* Computes hash from key. 194 uhash_open(UHashFunction *keyHash, 211 uhash_openSize(UHashFunction *keyHash, 229 UHashFunction *keyHash, 249 U_CAPI UHashFunction *U_EXPORT2 250 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
|
D | uhash.c | 250 UHashFunction *keyHash, in _uhash_init() 278 _uhash_create(UHashFunction *keyHash, in _uhash_create() 539 uhash_open(UHashFunction *keyHash, in uhash_open() 548 uhash_openSize(UHashFunction *keyHash, in uhash_openSize() 565 UHashFunction *keyHash, in uhash_init() 594 U_CAPI UHashFunction *U_EXPORT2 595 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { in uhash_setKeyHasher() 596 UHashFunction *result = hash->keyHasher; in uhash_setKeyHasher()
|
D | hash.h | 34 …inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UEr… 110 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init()
|