Lines Matching refs:cnvName
1838 const char *cnvName; in TestUTF7() local
1849 cnvName = ucnv_getName(cnv, &errorCode); in TestUTF7()
1850 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "UTF-7") != 0) { in TestUTF7()
1851 log_err("UTF-7 converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestUTF7()
1881 const char *cnvName; in TestIMAP() local
1892 cnvName = ucnv_getName(cnv, &errorCode); in TestIMAP()
1893 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "IMAP-mailbox-name") != 0) { in TestIMAP()
1894 log_err("IMAP-mailbox-name converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestIMAP()
2670 const char *cnvName = "ibm-1363"; in TestICCRunout() local
2677 UConverter *cnv=ucnv_open(cnvName, &status); in TestICCRunout()
2679 log_data_err("Unable to open %s converter: %s\n", cnvName, u_errorName(status)); in TestICCRunout()