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

  /external/icu/icu4c/source/common/
uhash.h 104 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
140 UHashFunction *keyHasher; /* Computes hash from key.
189 uhash_open(UHashFunction *keyHash,
206 uhash_openSize(UHashFunction *keyHash,
224 UHashFunction *keyHash,
244 U_CAPI UHashFunction *U_EXPORT2
245 uhash_setKeyHasher(UHashtable *hash, UHashFunction *fn);
hash.h 32 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
108 inline void Hashtable::init(UHashFunction *keyHash, UKeyComparator *keyComp,
uhash.c 248 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 52 milliseconds