Home | History | Annotate | Download | only in common

Lines Matching refs:UElement

8 *   file name:  uelement.h
17 * UHashTok moved here from uhash.h and renamed UElement.
19 * uhash.h aliases UElement to UHashTok,
36 * Because a UElement is the size of a native pointer or a 32-bit
39 union UElement {
43 typedef union UElement UElement;
51 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2);
59 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2);
67 typedef void U_CALLCONV UElementAssigner(UElement *dst, UElement *src);
78 uhash_compareUnicodeString(const UElement key1, const UElement key2);
89 uhash_compareCaselessUnicodeString(const UElement key1, const UElement key2);