Lines Matching refs:converterNames
2612 static const char *const converterNames[]={ in TestConvertExFromUTF8() local
2637 for(i=0; i<UPRV_LENGTHOF(converterNames); ++i) { in TestConvertExFromUTF8()
2639 cnv=ucnv_open(converterNames[i], &errorCode); in TestConvertExFromUTF8()
2641 … log_data_err("unable to open %s converter - %s\n", converterNames[i], u_errorName(errorCode)); in TestConvertExFromUTF8()
2644 …if(!getTestChar(cnv, converterNames[i], charUTF8, &charUTF8Length, char0, &char0Length, char1, &ch… in TestConvertExFromUTF8()
2647 …testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Lengt… in TestConvertExFromUTF8()
2648 …testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, cha… in TestConvertExFromUTF8()
2655 static const char *const converterNames[]={ in TestConvertExFromUTF8_C5F0() local
2696 for(i=0; i<UPRV_LENGTHOF(converterNames); ++i) { in TestConvertExFromUTF8_C5F0()
2698 cnv=ucnv_open(converterNames[i], &errorCode); in TestConvertExFromUTF8_C5F0()
2703 converterNames[i], u_errorName(errorCode)); in TestConvertExFromUTF8_C5F0()
2709 if(i==UPRV_LENGTHOF(converterNames)-1) { in TestConvertExFromUTF8_C5F0()
2732 log_err("ucnv_convertEx(UTF-8 C5 F0 -> %s/decimal NCRs) failed\n", converterNames[i]); in TestConvertExFromUTF8_C5F0()