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

  /external/icu/icu4c/source/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);
  /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);

Completed in 44 milliseconds