Home | History | Annotate | Download | only in cintltst

Lines Matching full:convertername

4586     const char *    converterName;
4613 /* converterName inputText inputTextLength */
4623 for (testPtr = emptySegmentTests; testPtr->converterName != NULL; ++testPtr) {
4625 UConverter * cnv = ucnv_open(testPtr->converterName, &err);
4627 log_data_err("Unable to open %s converter: %s\n", testPtr->converterName, u_errorName(err));
4632 log_data_err("Unable to setToUCallBack for %s converter: %s\n", testPtr->converterName, u_errorName(err));