ICU-2962 Real fix for os/390
X-SVN-Rev: 14404
This commit is contained in:
parent
dfd6a1a336
commit
62fa14f790
@ -108,7 +108,7 @@ uprv_syntaxError(const UChar* rules,
|
||||
* Swap StringPrep .spp profile data. See udataswp.h.
|
||||
* @internal
|
||||
*/
|
||||
U_CAPI int32_t U_CALLCONV
|
||||
U_CAPI int32_t U_EXPORT2
|
||||
usprep_swap(const UDataSwapper *ds,
|
||||
const void *inData, int32_t length, void *outData,
|
||||
UErrorCode *pErrorCode);
|
||||
|
@ -785,7 +785,7 @@ CLEANUP:
|
||||
|
||||
/* data swapping ------------------------------------------------------------ */
|
||||
|
||||
U_CAPI int32_t U_CALLCONV
|
||||
U_CAPI int32_t U_EXPORT2
|
||||
usprep_swap(const UDataSwapper *ds,
|
||||
const void *inData, int32_t length, void *outData,
|
||||
UErrorCode *pErrorCode) {
|
||||
|
Loading…
Reference in New Issue
Block a user