Searched refs:UHashFunction (Results 1 - 3 of 3) sorted by relevance

/external/icu/icu4c/source/common/
H A Duhash.h109 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);
H A Dhash.h34 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
110 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp,
H A Duhash.c250 UHashFunction *keyHash,
278 _uhash_create(UHashFunction *keyHash,
539 uhash_open(UHashFunction *keyHash,
548 uhash_openSize(UHashFunction *keyHash,
565 UHashFunction *keyHash,
594 U_CAPI UHashFunction *U_EXPORT2
595 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) {
596 UHashFunction *result = hash->keyHasher;

Completed in 125 milliseconds