Home | History | Annotate | Download | only in cintltst

Lines Matching defs:utf8Cnv

2536 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2560 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
2580 ucnv_convertEx(cnv, utf8Cnv,
2594 ucnv_getInvalidChars(utf8Cnv, invalidChars, &invalidLength, &errorCode);
2601 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2614 ucnv_setToUCallBack(utf8Cnv, UCNV_TO_U_CALLBACK_SKIP, NULL, NULL, NULL, &errorCode);
2643 convertExMultiStreaming(utf8Cnv, cnv,
2662 UConverter *utf8Cnv, *cnv;
2671 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2687 testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2688 testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2691 ucnv_close(utf8Cnv);
2705 UConverter *utf8Cnv, *cnv;
2730 utf8Cnv=ucnv_open("UTF-8", &errorCode);
2763 cnv, utf8Cnv,
2776 ucnv_close(utf8Cnv);