ICU-580 OS/390 porting changes
X-SVN-Rev: 3597
This commit is contained in:
parent
41dd06a9b0
commit
e3ed5d6402
@ -310,7 +310,7 @@ void UnicodeTest::TestIdentifier()
|
||||
}
|
||||
|
||||
/* for each line of UnicodeData.txt, check some of the properties */
|
||||
void
|
||||
void U_CALLCONV
|
||||
UnicodeTest::unicodeDataLineFn(void *context,
|
||||
char *fields[][2], int32_t fieldCount,
|
||||
UErrorCode *pErrorCode) {
|
||||
|
@ -39,7 +39,7 @@ public:
|
||||
void TestMisc(void);
|
||||
|
||||
/** Helper function for TestUnicodeData */
|
||||
static void unicodeDataLineFn(void *context,
|
||||
static void U_CALLCONV unicodeDataLineFn(void *context,
|
||||
char *fields[][2], int32_t fieldCount,
|
||||
UErrorCode *pErrorCode);
|
||||
/**
|
||||
|
@ -24,7 +24,7 @@
|
||||
#include "unicode/utypes.h"
|
||||
|
||||
/* Function type for u_parseDelimitedFile(). */
|
||||
typedef void
|
||||
typedef void U_CALLCONV
|
||||
UParseLineFn(void *context,
|
||||
char *fields[][2],
|
||||
int32_t fieldCount,
|
||||
|
Loading…
Reference in New Issue
Block a user