ICU-7 AS/400 update

X-SVN-Rev: 129
This commit is contained in:
Steven R. Loomis 1999-10-27 01:28:47 +00:00
parent 7d96c6fc0b
commit ce552ecc4f

View file

@ -26,6 +26,8 @@
#include "ucnv_bld.h"
#include "ucnv_err.h"
U_CDECL_BEGIN
typedef void (*UConverterToUCallback) (UConverter *,
UChar **,
const UChar *,
@ -44,6 +46,8 @@ typedef void (*UConverterFromUCallback) (UConverter *,
bool_t,
UErrorCode *);
U_CDECL_END
/**
* Creates a UConverter object with the names specified as a C string.