Home
last modified time | relevance | path

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

/external/icu/icu4c/source/test/cintltst/
Dccapitst.c2635 static const char *const converterNames[]={ in TestConvertExFromUTF8() local
2660 for(i=0; i<UPRV_LENGTHOF(converterNames); ++i) { in TestConvertExFromUTF8()
2662 cnv=ucnv_open(converterNames[i], &errorCode); in TestConvertExFromUTF8()
2664 … log_data_err("unable to open %s converter - %s\n", converterNames[i], u_errorName(errorCode)); in TestConvertExFromUTF8()
2667 …if(!getTestChar(cnv, converterNames[i], charUTF8, &charUTF8Length, char0, &char0Length, char1, &ch… in TestConvertExFromUTF8()
2670 …testFromTruncatedUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Lengt… in TestConvertExFromUTF8()
2671 …testFromBadUTF8(utf8Cnv, cnv, converterNames[i], charUTF8, charUTF8Length, char0, char0Length, cha… in TestConvertExFromUTF8()
2678 static const char *const converterNames[]={ in TestConvertExFromUTF8_C5F0() local
2719 for(i=0; i<UPRV_LENGTHOF(converterNames); ++i) { in TestConvertExFromUTF8_C5F0()
2721 cnv=ucnv_open(converterNames[i], &errorCode); in TestConvertExFromUTF8_C5F0()
[all …]