Home | History | Annotate | Download | only in common

Lines Matching defs:UHashTok

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.
533 * @return a UHashTok for a pointer.
535 /*U_CAPI UHashTok U_EXPORT2
550 uhash_hashUChars(const UHashTok key);
560 uhash_hashChars(const UHashTok key);
570 uhash_hashIChars(const UHashTok key);
580 uhash_compareUChars(const UHashTok key1, const UHashTok key2);
590 uhash_compareChars(const UHashTok key1, const UHashTok key2);
600 uhash_compareIChars(const UHashTok key1, const UHashTok key2);
633 uhash_hashLong(const UHashTok key);
642 uhash_compareLong(const UHashTok key1, const UHashTok key2);