Home | History | Annotate | Download | only in cintltst

Lines Matching refs:cnv

689     UConverter *cnv=ucnv_open("ibm-424", &err);
694 c=ucnv_getNextUChar(cnv, &source, source + INPUT_SIZE, &err);
698 ucnv_close(cnv);
1796 UConverter *cnv;
1805 cnv=ucnv_open(cnvName, &errorCode);
1810 ucnv_setToUCallBack(cnv, UCNV_TO_U_CALLBACK_STOP, NULL, NULL, NULL, &errorCode);
1814 ucnv_close(cnv);
1824 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, FALSE, &errorCode);
1833 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, TRUE, &errorCode);
1840 ucnv_resetToUnicode(cnv);
1845 ucnv_toUnicode(cnv, &target, targetLimit, &source, sourceLimit, NULL, TRUE, &errorCode);
1852 ucnv_close(cnv);
1908 UConverter *cnv;
1970 cnv=ucnv_open(name, &errorCode);
1978 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &errorCode);
1986 ucnv_close(cnv);
1993 cnv=ucnv_open(name, &errorCode);
2001 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &errorCode);
2009 ucnv_close(cnv);
2017 cnv=ucnv_open(name, &errorCode);
2025 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &errorCode);
2033 ucnv_close(cnv);
2041 cnv=ucnv_open(name, &errorCode);
2049 ucnv_getUnicodeSet(cnv, set, UCNV_ROUNDTRIP_SET, &errorCode);
2066 ucnv_close(cnv);