Home | History | Annotate | Download | only in cintltst

Lines Matching defs:utf8Cnv

2490 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2514 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2534 ucnv_convertEx(cnv, utf8Cnv,
2548 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2555 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2568 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2597 convertExMultiStreaming(utf8Cnv, cnv,
2616 UConverter *utf8Cnv, *cnv;
2625 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2641 testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2642 testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2645 ucnv_close(utf8Cnv);
2659 UConverter *utf8Cnv, *cnv;
2684 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2717 cnv, utf8Cnv,
2730 ucnv_close(utf8Cnv);