Home | History | Annotate | Download | only in cintltst

Lines Matching refs:converterNames

2606     static const char *const converterNames[]={
2631 for(i=0; i<LENGTHOF(converterNames); ++i) {
2633 cnv=ucnv_open(converterNames[i], &errorCode);
2635 log_data_err("unable to open %s converter - %s\n", converterNames[i], u_errorName(errorCode));
2638 if(!getTestChar(cnv, converterNames[i], charUTF8, &charUTF8Length, char0, &char0Length, char1, &char1Length)) {
2641 testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2642 testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, char1, char1Length);
2649 static const char *const converterNames[]={
2690 for(i=0; i<LENGTHOF(converterNames); ++i) {
2692 cnv=ucnv_open(converterNames[i], &errorCode);
2697 converterNames[i], u_errorName(errorCode));
2703 if(i==LENGTHOF(converterNames)-1) {
2726 log_err("ucnv_convertEx(UTF-8 C5 F0 -> %s/decimal NCRs) failed\n", converterNames[i]);