ICU-4935 Consolidate conflicting definitions of UCaseMapFull

X-SVN-Rev: 22194
This commit is contained in:
George Rhoten 2007-07-27 23:59:25 +00:00
parent 0ddb5cc650
commit 28ce35b674
3 changed files with 14 additions and 19 deletions

View File

@ -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"

View File

@ -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
*/

View File

@ -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
/**