Lines Matching refs:cnvName
1526 const char* cnvName = ucnv_getName(cnv, &status); in TestAmbiguous() local
1527 if (strlen(cnvName) < 8 || in TestAmbiguous()
1528 strncmp(cnvName, "ISO_2022_CN", 8) != 0) { in TestAmbiguous()
1831 const char *cnvName; in TestUTF7() local
1842 cnvName = ucnv_getName(cnv, &errorCode); in TestUTF7()
1843 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "UTF-7") != 0) { in TestUTF7()
1844 log_err("UTF-7 converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestUTF7()
1874 const char *cnvName; in TestIMAP() local
1885 cnvName = ucnv_getName(cnv, &errorCode); in TestIMAP()
1886 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "IMAP-mailbox-name") != 0) { in TestIMAP()
1887 log_err("IMAP-mailbox-name converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestIMAP()
2663 const char *cnvName = "ibm-1363"; in TestICCRunout() local
2670 UConverter *cnv=ucnv_open(cnvName, &status); in TestICCRunout()
2672 log_data_err("Unable to open %s converter: %s\n", cnvName, u_errorName(status)); in TestICCRunout()