HomeSort by relevance Sort by last modified time
    Searched refs:UHashFunction (Results 1 - 3 of 3) sorted by null

  /external/icu4c/common/
uhash.h 110 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
159 UHashFunction *keyHasher; /* Computes hash from key.
208 uhash_open(UHashFunction *keyHash,
225 uhash_openSize(UHashFunction *keyHash,
243 UHashFunction *keyHash,
263 U_CAPI UHashFunction *U_EXPORT2
264 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
hash.h 31 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
103 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp,
uhash.c 247 UHashFunction *keyHash,
275 _uhash_create(UHashFunction *keyHash,
536 uhash_open(UHashFunction *keyHash,
545 uhash_openSize(UHashFunction *keyHash,
562 UHashFunction *keyHash,
591 U_CAPI UHashFunction *U_EXPORT2
592 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn) {
593 UHashFunction *result = hash->keyHasher;
    [all...]

Completed in 70 milliseconds