ICU-8617 enclose UElement typedefs in U_CDECL_BEGIN..END

X-SVN-Rev: 30273
This commit is contained in:
Markus Scherer 2011-07-05 01:02:42 +00:00
parent 744d1f3a19
commit 34e7dd7870

View file

@ -23,6 +23,8 @@
#include "unicode/utypes.h"
U_CDECL_BEGIN
/**
* A UVector element, or a key or value within a UHashtable.
* It may be either a 32-bit integral value or an opaque void* pointer.
@ -62,6 +64,8 @@ typedef int8_t U_CALLCONV UElementComparator(UElement e1, UElement e2);
*/
typedef void U_CALLCONV UElementAssigner(UElement *dst, UElement *src);
U_CDECL_END
/**
* Comparator function for UnicodeString* keys. Implements UElementsAreEqual.
* @param key1 The string for comparison