Home | History | Annotate | Download | only in cintltst

Lines Matching refs:utf8Cnv

2495 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2519 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2539 ucnv_convertEx(cnv, utf8Cnv,
2554 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2561 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2574 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2603 convertExMultiStreaming(utf8Cnv, cnv,
2622 UConverter *utf8Cnv, *cnv;
2631 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2647 testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2648 testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2651 ucnv_close(utf8Cnv);
2665 UConverter *utf8Cnv, *cnv;
2690 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2723 cnv, utf8Cnv,
2736 ucnv_close(utf8Cnv);