mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 00:43:32 +00:00
ICU-8617 enclose UElement typedefs in U_CDECL_BEGIN..END
X-SVN-Rev: 30273
This commit is contained in:
parent
744d1f3a19
commit
34e7dd7870
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue