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