mirror of
https://github.com/unicode-org/icu.git
synced 2025-04-07 06:25:30 +00:00
ICU-311 Another major update with Callback API changes.
X-SVN-Rev: 1725
This commit is contained in:
parent
c31e17a71e
commit
a12beff355
1 changed files with 2 additions and 2 deletions
|
@ -171,9 +171,9 @@ void ConvertTest::TestConvert()
|
|||
(char)0xB0, (char)0xAD
|
||||
}
|
||||
};
|
||||
UConverterFromUCallback fromUAction;
|
||||
UConverterFromUCallback fromUAction = NULL;
|
||||
void* fromUContext = NULL;
|
||||
UConverterToUCallback toUAction;
|
||||
UConverterToUCallback toUAction = NULL;
|
||||
void* toUContext = NULL;
|
||||
|
||||
/*Calling all the UnicodeConverterCPP API and checking functionality*/
|
||||
|
|
Loading…
Add table
Reference in a new issue