ICU-1891 Update z/OS name

X-SVN-Rev: 9095
This commit is contained in:
George Rhoten 2002-07-11 17:06:51 +00:00
parent a9de1825da
commit 5fbd03c7e8
2 changed files with 4 additions and 4 deletions

View File

@ -3701,7 +3701,7 @@ inline uint8_t *packFrench(uint8_t *primaries, uint8_t *secondaries, uint32_t *s
}
/* This is the sortkey work horse function */
U_CFUNC int32_t
U_CFUNC int32_t U_CALLCONV
ucol_calcSortKey(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
@ -4261,7 +4261,7 @@ ucol_calcSortKey(const UCollator *coll,
}
U_CFUNC int32_t
U_CFUNC int32_t U_CALLCONV
ucol_calcSortKeySimpleTertiary(const UCollator *coll,
const UChar *source,
int32_t sourceLength,

View File

@ -304,7 +304,7 @@ void *ucol_getABuffer(const UCollator *coll, uint32_t size);
/* worker function for generating sortkeys */
U_CFUNC
int32_t
int32_t U_CALLCONV
ucol_calcSortKey(const UCollator *coll,
const UChar *source,
int32_t sourceLength,
@ -314,7 +314,7 @@ ucol_calcSortKey(const UCollator *coll,
UErrorCode *status);
U_CFUNC
int32_t
int32_t U_CALLCONV
ucol_calcSortKeySimpleTertiary(const UCollator *coll,
const UChar *source,
int32_t sourceLength,