mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-13 08:53:20 +00:00
ICU-2962 Real fix for os/390
X-SVN-Rev: 14404
This commit is contained in:
parent
dfd6a1a336
commit
62fa14f790
2 changed files with 2 additions and 2 deletions
|
@ -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…
Add table
Reference in a new issue