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

  /external/chromium/third_party/icu/source/common/
uhash.h 110 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
158 UHashFunction *keyHasher; /* Computes hash from key.
207 uhash_open(UHashFunction *keyHash,
224 uhash_openSize(UHashFunction *keyHash,
242 UHashFunction *keyHash,
262 U_CAPI UHashFunction *U_EXPORT2
263 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 110 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
158 UHashFunction *keyHasher; /* Computes hash from key.
207 uhash_open(UHashFunction *keyHash,
224 uhash_openSize(UHashFunction *keyHash,
242 UHashFunction *keyHash,
262 U_CAPI UHashFunction *U_EXPORT2
263 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 233 milliseconds