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

/external/chromium_org/third_party/icu/source/common/
H A Duhash.h103 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key); typedef
139 UHashFunction *keyHasher; /* Computes hash from key.
188 uhash_open(UHashFunction *keyHash,
205 uhash_openSize(UHashFunction *keyHash,
223 UHashFunction *keyHash,
243 U_CAPI UHashFunction *U_EXPORT2
244 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
H A Dhash.h32 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
104 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp,
H A Duhash.c248 UHashFunction *keyHash,
276 _uhash_create(UHashFunction *keyHash,
537 uhash_open(UHashFunction *keyHash,
546 uhash_openSize(UHashFunction *keyHash,
563 UHashFunction *keyHash,
592 U_CAPI UHashFunction *U_EXPORT2
593 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) {
594 UHashFunction *result = hash->keyHasher;
/external/icu/icu4c/source/common/
H A Duhash.h103 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key); typedef
139 UHashFunction *keyHasher; /* Computes hash from key.
188 uhash_open(UHashFunction *keyHash,
205 uhash_openSize(UHashFunction *keyHash,
223 UHashFunction *keyHash,
243 U_CAPI UHashFunction *U_EXPORT2
244 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
H A Dhash.h32 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
104 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp,
H A Duhash.c248 UHashFunction *keyHash,
276 _uhash_create(UHashFunction *keyHash,
537 uhash_open(UHashFunction *keyHash,
546 uhash_openSize(UHashFunction *keyHash,
563 UHashFunction *keyHash,
592 U_CAPI UHashFunction *U_EXPORT2
593 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) {
594 UHashFunction *result = hash->keyHasher;

Completed in 148 milliseconds