Home | History | Annotate | Download | only in cintltst

Lines Matching refs:converterName

4569     const char *    converterName;
4596 /* converterName inputText inputTextLength */
4606 for (testPtr = emptySegmentTests; testPtr->converterName != NULL; ++testPtr) {
4608 UConverter * cnv = ucnv_open(testPtr->converterName, &err);
4610 log_data_err("Unable to open %s converter: %s\n", testPtr->converterName, u_errorName(err));
4615 log_data_err("Unable to setToUCallBack for %s converter: %s\n", testPtr->converterName, u_errorName(err));