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

  /external/chromium_org/third_party/icu/source/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...]
  /external/icu4c/common/
uhash.h 103 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
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);
hash.h 32 inline void init(UHashFunction *keyHash, UKeyComparator *keyComp, UValueComparator *valueComp, UErrorCode& status);
104 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 60 milliseconds