Home | History | Annotate | Download | only in utfperf

Lines Matching defs:cnv

126         cnv=ucnv_open(testcase.charset, &errorCode);
130 ucnv_setFromUCallBack(cnv, fromUCallback, NULL, NULL, NULL, &errorCode);
135 ucnv_close(cnv);
147 UConverter *cnv;
171 ucnv_reset(cnv);
188 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
202 ucnv_toUnicode(cnv, &pOut, pOutLimit,&p, pInter,NULL, flush,pErrorCode);
235 ucnv_resetFromUnicode(cnv);
247 ucnv_fromUnicode(cnv, &pInter, pInterLimit, &pIn, pInLimit, NULL, TRUE, pErrorCode);
290 ucnv_resetFromUnicode(cnv);
305 ucnv_convertEx(cnv, utf8Cnv,