Searched refs:UHashFunction (Results 1 – 3 of 3) sorted by relevance
/external/icu/icu4c/source/common/ |
D | uhash.h | 107 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key); typedef 143 UHashFunction *keyHasher; /* Computes hash from key. 192 uhash_open(UHashFunction *keyHash, 209 uhash_openSize(UHashFunction *keyHash, 227 UHashFunction *keyHash, 247 U_CAPI UHashFunction *U_EXPORT2 248 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
|
D | uhash.c | 248 UHashFunction *keyHash, in _uhash_init() 276 _uhash_create(UHashFunction *keyHash, in _uhash_create() 537 uhash_open(UHashFunction *keyHash, in uhash_open() 546 uhash_openSize(UHashFunction *keyHash, in uhash_openSize() 563 UHashFunction *keyHash, in uhash_init() 592 U_CAPI UHashFunction *U_EXPORT2 593 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { in uhash_setKeyHasher() 594 UHashFunction *result = hash->keyHasher; in uhash_setKeyHasher()
|
D | hash.h | 32 …inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UEr… 108 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init()
|