Lines Matching refs:cnvName
1538 const char* cnvName = ucnv_getName(cnv, &status); in TestAmbiguous() local
1539 if (strlen(cnvName) < 8 || in TestAmbiguous()
1540 strncmp(cnvName, "ISO_2022_CN", 8) != 0) { in TestAmbiguous()
1843 const char *cnvName; in TestUTF7() local
1854 cnvName = ucnv_getName(cnv, &errorCode); in TestUTF7()
1855 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "UTF-7") != 0) { in TestUTF7()
1856 log_err("UTF-7 converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestUTF7()
1886 const char *cnvName; in TestIMAP() local
1897 cnvName = ucnv_getName(cnv, &errorCode); in TestIMAP()
1898 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "IMAP-mailbox-name") != 0) { in TestIMAP()
1899 log_err("IMAP-mailbox-name converter is called %s: %s\n", cnvName, u_errorName(errorCode)); in TestIMAP()
2675 const char *cnvName = "ibm-1363"; in TestICCRunout() local
2682 UConverter *cnv=ucnv_open(cnvName, &status); in TestICCRunout()
2684 log_data_err("Unable to open %s converter: %s\n", cnvName, u_errorName(status)); in TestICCRunout()