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

  /external/chromium_org/third_party/icu/source/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/icu/icu4c/source/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...]

Completed in 275 milliseconds