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, 247 UHashFunction *keyHash, 268 U_CAPI UHashFunction *U_EXPORT2 269 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
|
D | hash.h | 34 …inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UEr… 36 …inline void initSize(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp,… 120 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp, in init() 132 inline void Hashtable::initSize(UHashFunction *keyHash, UKeyComparator *keyComp, in initSize()
|
D | uhash.cpp | 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() 575 UHashFunction *keyHash, in uhash_initSize() 610 U_CAPI UHashFunction *U_EXPORT2 611 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) { in uhash_setKeyHasher() 612 UHashFunction *result = hash->keyHasher; in uhash_setKeyHasher()
|