Home
last modified time | relevance | path

Searched refs:converterNames (Results 1 – 1 of 1) sorted by relevance

/external/icu4c/test/cintltst/
Dccapitst.c2646 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()
[all …]