Lines Matching defs:name
1030 * IMAP-mailbox-name examples are mostly from http://www.imc.org/rfc2152,
1100 testConvertFromU(unicode, UPRV_LENGTHOF(unicode), imap, sizeof(imap), "IMAP-mailbox-name", fromUnicodeOffsets,false);
1102 testConvertToU(imap, sizeof(imap), unicode, UPRV_LENGTHOF(unicode), "IMAP-mailbox-name", toUnicodeOffsets,false);
1466 TestConverterType("IMAP-mailbox-name", UCNV_IMAP_MAILBOX);
1532 const char *name;
1536 for(i=0; (name=ucnv_getAvailableName(i))!=NULL; ++i) {
1537 cnv=ucnv_open(name, &status);
1542 log_err("error: unable to open available converter \"%s\"\n", name);
1885 UConverter *cnv=ucnv_open("IMAP-mailbox-name", &errorCode);
1887 log_data_err("Unable to open a IMAP-mailbox-name converter: %s\n", u_errorName(errorCode));
1890 TestNextUChar(cnv, source, limit, results, "IMAP-mailbox-name");
1894 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "IMAP-mailbox-name") != 0) {
1895 log_err("IMAP-mailbox-name converter is called %s: %s\n", cnvName, u_errorName(errorCode));
3595 log_verbose("Running exhaustive round trip test for IMAP-mailbox-name\n");
3596 TestFullRoundtrip("IMAP-mailbox-name");
4902 log_err("Unexpected converter name: %s\n", get_name);
4906 log_err("Unexpected converter name: %s\n", get_name);
4959 cnv=ucnv_open("lmbcs", &errorCode); /* use generic name for LMBCS-1 */