Home | History | Annotate | Download | only in cintltst

Lines Matching full:converternames

2646     static const char *const converterNames[]={
2671 for(i=0; i<LENGTHOF(converterNames); ++i) {
2673 cnv=ucnv_open(converterNames[i], &errorCode);
2675 log_data_err("unable to open %s converter - %s\n", converterNames[i], u_errorName(errorCode));
2678 if(!getTestChar(cnv, converterNames[i], charUTF8, &charUTF8Length, char0, &char0Length, char1, &char1Length)) {
2681 testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2682 testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2689 static const char *const converterNames[]={
2730 for(i=0; i<LENGTHOF(converterNames); ++i) {
2732 cnv=ucnv_open(converterNames[i], &errorCode);
2737 converterNames[i], u_errorName(errorCode));
2743 if(i==LENGTHOF(converterNames)-1) {
2766 log_err("ucnv_convertEx(UTF-8 C5 F0 -> %s/decimal NCRs) failed\n", converterNames[i]);