Home | History | Annotate | Download | only in cintltst

Lines Matching refs:converterName

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