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

  /external/icu4c/common/
uhash.h 83 * UHashTok, but the deleter receives the void* pointer within it.
85 typedef UElement UHashTok;
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 for a pointer
    [all...]
  /external/chromium_org/third_party/icu/source/common/
uhash.h 83 * 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 {
92 typedef union UHashTok 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 key2)
    [all...]

Completed in 189 milliseconds