Lines Matching refs:cnv1
2306 UConverter *cnv1, *cnv2; in TestConvertEx() local
2310 cnv1=ucnv_open("UTF-8", &errorCode); in TestConvertEx()
2319 ucnv_close(cnv1); in TestConvertEx()
2324 convertExMultiStreaming(cnv1, cnv2, in TestConvertEx()
2328 convertExMultiStreaming(cnv2, cnv1, in TestConvertEx()
2333 convertExMultiStreaming(cnv1, cnv2, in TestConvertEx()
2345 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2361 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(shiftJIS), &src, NULL, in TestConvertEx()
2376 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2385 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2394 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2404 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2414 ucnv_convertEx(cnv2, cnv1, &target, targetBuffer+sizeof(targetBuffer), &src, NULL, in TestConvertEx()
2420 ucnv_close(cnv1); in TestConvertEx()