Searched refs:converterNames (Results 1 – 1 of 1) sorted by relevance
/external/icu/icu4c/source/test/cintltst/ |
D | ccapitst.c | 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() [all …]
|