ICU-311 Another major update with Callback API changes.

X-SVN-Rev: 1725
This commit is contained in:
Helena Chapman 2000-06-30 20:54:29 +00:00
parent c31e17a71e
commit a12beff355

View file

@ -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*/