Lines Matching full:convertername
354 UChar converterName[]={ 0x0069, 0x0062, 0x006d, 0x002d, 0x0039, 0x0034, 0x0033, 0x0000}; /*ibm-943*/
361 converter=ucnv_openU(converterName, &err);
374 converter=ucnv_openU(converterName, &err);
2442 static UBool getTestChar(UConverter *cnv, const char *converterName,
2484 log_err("unable to get test character for %s - %s\n", converterName, u_errorName(errorCode));
2490 static void testFromTruncatedUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2542 log_err("unexpected error %s from %s badUTF8[%ld]\n", u_errorName(errorCode), converterName, (long)i);
2550 log_err("wrong invalidChars from %s badUTF8[%ld]\n", converterName, (long)i);
2555 static void testFromBadUTF8(UConverter *utf8Cnv, UConverter *cnv, const char *converterName,
2595 strcat(testName, converterName);