ICU-1891 Update z/OS name
X-SVN-Rev: 9095
This commit is contained in:
parent
a9de1825da
commit
5fbd03c7e8
@ -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,
|
||||
|
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user