ICU-4739 export uprv_ebcdicFromAscii() for icupkg

X-SVN-Rev: 18555
This commit is contained in:
Markus Scherer 2005-09-20 18:51:22 +00:00
parent d6e6b497b1
commit caf2542c64
2 changed files with 3 additions and 3 deletions

View File

@ -266,7 +266,7 @@ udata_printError(const UDataSwapper *ds,
* Swap invariant char * strings ASCII->EBCDIC.
* @internal
*/
U_CFUNC int32_t
U_CAPI int32_t U_EXPORT2
uprv_ebcdicFromAscii(const UDataSwapper *ds,
const void *inData, int32_t length, void *outData,
UErrorCode *pErrorCode);

View File

@ -1,7 +1,7 @@
/*
*******************************************************************************
*
* Copyright (C) 1999-2004, International Business Machines
* Copyright (C) 1999-2005, International Business Machines
* Corporation and others. All Rights Reserved.
*
*******************************************************************************
@ -277,7 +277,7 @@ uprv_isInvariantUString(const UChar *s, int32_t length) {
/* UDataSwapFn implementations used in udataswp.c ------- */
/* convert ASCII to EBCDIC and verify that all characters are invariant */
U_CFUNC int32_t
U_CAPI int32_t U_EXPORT2
uprv_ebcdicFromAscii(const UDataSwapper *ds,
const void *inData, int32_t length, void *outData,
UErrorCode *pErrorCode) {