Lines Matching refs:cnvName
1541 const char* cnvName = ucnv_getName(cnv, &status); in TestAmbiguous() local
1542 if (strlen(cnvName) < 8 || in TestAmbiguous()
1543 strncmp(cnvName, "ISO_2022", 8) != 0) { in TestAmbiguous()
1845 const char *cnvName; in TestUTF7() local
1856 cnvName = ucnv_getName(cnv, &errorCode); in TestUTF7()
1857 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "UTF-7") != 0) { in TestUTF7()
1858 log_err("UTF-7 converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestUTF7()
1888 const char *cnvName; in TestIMAP() local
1899 cnvName = ucnv_getName(cnv, &errorCode); in TestIMAP()
1900 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "IMAP-mailbox-name") != 0) { in TestIMAP()
1901 log_err("IMAP-mailbox-name converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestIMAP()
2677 const char *cnvName = "ibm-1363"; in TestICCRunout() local
2684 UConverter *cnv=ucnv_open(cnvName, &status); in TestICCRunout()
2686 log_data_err("Unable to open %s converter: %s\n", cnvName, u_errorName(status)); in TestICCRunout()