mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-05 05:25:34 +00:00
AS/400 update
X-Trac-URL: https://ssl.icu-project.org/trac/ticket/7 git-svn-id: http://source.icu-project.org/repos/icu/icu/trunk@129 0a8b766c-62c9-45f9-954d-7f2943c9ead0
This commit is contained in:
parent
05f3fa34fb
commit
6d3225ad95
1 changed files with 4 additions and 0 deletions
|
@ -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.
|
||||
|
|
Loading…
Add table
Reference in a new issue