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

/external/chromium_org/third_party/icu/source/common/
H A Duelement.h15 * UHashTok moved here from uhash.h and renamed UElement.
17 * uhash.h aliases UElement to UHashTok,
34 * Because a UElement is the size of a native pointer or a 32-bit
37 union UElement { union
41 typedef union UElement UElement; typedef in typeref:union:UElement
49 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2);
57 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e
[all...]
/external/icu/icu4c/source/common/
H A Duelement.h15 * UHashTok moved here from uhash.h and renamed UElement.
17 * uhash.h aliases UElement to UHashTok,
34 * Because a UElement is the size of a native pointer or a 32-bit
37 union UElement { union
41 typedef union UElement UElement; typedef in typeref:union:UElement
49 typedef UBool U_CALLCONV UElementsAreEqual(const UElement e1, const UElement e2);
57 typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e
[all...]

Completed in 90 milliseconds