ICU-4739 export uprv_ebcdicFromAscii() for icupkg
X-SVN-Rev: 18555
This commit is contained in:
parent
d6e6b497b1
commit
caf2542c64
@ -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);
|
||||
|
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user