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

/external/icu4c/common/
H A Duhash.h83 * UHashTok, but the deleter receives the void* pointer within it.
85 typedef UElement UHashTok; typedef
93 UHashTok value;
94 UHashTok key;
103 typedef int32_t U_CALLCONV UHashFunction(const UHashTok key);
519 * UHashTok convenience
523 * Return a UHashTok for an integer.
525 * @return a UHashTok for an integer.
527 /*U_CAPI UHashTok U_EXPORT2
531 * Return a UHashTok fo
[all...]
/external/chromium_org/third_party/icu/source/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 94 milliseconds