ICU-4935 Consolidate conflicting definitions of UCaseMapFull
X-SVN-Rev: 22194
This commit is contained in:
parent
0ddb5cc650
commit
28ce35b674
@ -241,6 +241,20 @@ ucase_toFullFolding(const UCaseProps *csp, UChar32 c,
|
||||
U_CFUNC int32_t U_EXPORT2
|
||||
ucase_hasBinaryProperty(UChar32 c, UProperty which);
|
||||
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
typedef int32_t U_CALLCONV
|
||||
UCaseMapFull(const UCaseProps *csp, UChar32 c,
|
||||
UCaseContextIterator *iter, void *context,
|
||||
const UChar **pString,
|
||||
const char *locale, int32_t *locCache);
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
/* file definitions --------------------------------------------------------- */
|
||||
|
||||
#define UCASE_DATA_NAME "ucase"
|
||||
|
@ -125,15 +125,6 @@ enum {
|
||||
FOLD_CASE
|
||||
};
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
typedef int32_t U_CALLCONV
|
||||
UCaseMapFull(const UCaseProps *csp, UChar32 c,
|
||||
UCaseContextIterator *iter, void *context,
|
||||
const UChar **pString,
|
||||
const char *locale, int32_t *locCache);
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
|
@ -26,16 +26,6 @@
|
||||
#include "unicode/translit.h"
|
||||
#include "ucase.h"
|
||||
|
||||
U_CDECL_BEGIN
|
||||
|
||||
typedef int32_t U_CALLCONV
|
||||
UCaseMapFull(const UCaseProps *csp, UChar32 c,
|
||||
UCaseContextIterator *iter, void *context,
|
||||
const UChar **pString,
|
||||
const char *locale, int32_t *locCache);
|
||||
|
||||
U_CDECL_END
|
||||
|
||||
U_NAMESPACE_BEGIN
|
||||
|
||||
/**
|
||||
|
Loading…
Reference in New Issue
Block a user