Searched defs:UHashTok (Results 1 - 1 of 1) sorted by relevance

/external/icu4c/common/
H A Duhash.h83 * UHashTok, but the deleter receives the void* pointer within it.
85 * Because a UHashTok is the size of a native pointer or a 32-bit
88 union UHashTok { union
92 typedef union UHashTok UHashTok; typedef in typeref:union:UHashTok
100 UHashTok value;
101 UHashTok key;
110 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
118 typedef UBool U_CALLCONV UKeyComparator(const UHashTok key1,
119 const UHashTok key
[all...]

Completed in 72 milliseconds