Lines Matching refs:utf8Cnv
2530 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, in testFromTruncatedUTF8() argument
2554 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode); in testFromTruncatedUTF8()
2574 ucnv_convertEx(cnv, utf8Cnv, in testFromTruncatedUTF8()
2588 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode); in testFromTruncatedUTF8()
2595 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName, in testFromBadUTF8() argument
2608 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode); in testFromBadUTF8()
2637 convertExMultiStreaming(utf8Cnv, cnv, in testFromBadUTF8()
2656 UConverter *utf8Cnv, *cnv; in TestConvertExFromUTF8() local
2665 utf8Cnv=ucnv_open("UTF-8", &errorCode); in TestConvertExFromUTF8()
2681 …testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Lengt… in TestConvertExFromUTF8()
2682 …testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, cha… in TestConvertExFromUTF8()
2685 ucnv_close(utf8Cnv); in TestConvertExFromUTF8()
2699 UConverter *utf8Cnv, *cnv; in TestConvertExFromUTF8_C5F0() local
2724 utf8Cnv=ucnv_open("UTF-8", &errorCode); in TestConvertExFromUTF8_C5F0()
2757 cnv, utf8Cnv, in TestConvertExFromUTF8_C5F0()
2770 ucnv_close(utf8Cnv); in TestConvertExFromUTF8_C5F0()