OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:UHashFunction
(Results
1 - 2
of
2
) sorted by null
/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);
/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 37 milliseconds