Lines Matching refs:cnv1
2284 UConverter *cnv1, *cnv2; in TestConvertEx() local
2288 cnv1=ucnv_open("UTF-8", &errorCode); in TestConvertEx()
2297 ucnv_close(cnv1); in TestConvertEx()
2302 convertExMultiStreaming(cnv1, cnv2, in TestConvertEx()
2306 convertExMultiStreaming(cnv2, cnv1, in TestConvertEx()
2311 convertExMultiStreaming(cnv1, cnv2, in TestConvertEx()
2323 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2339 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(shiftJIS), &src, NULL, in TestConvertEx()
2354 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2363 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2372 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2382 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2392 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2398 ucnv_close(cnv1); in TestConvertEx()