Home | History | Annotate | Download | only in cintltst

Lines Matching defs:imap

1042      * IMAP-mailbox-name examples are mostly from http://www.imc.org/rfc2152,
1047 static const uint8_t imap[] = {
1112 testConvertFromU(unicode, sizeof(unicode)/U_SIZEOF_UCHAR, imap, sizeof(imap), "IMAP-mailbox-name", fromUnicodeOffsets,FALSE);
1114 testConvertToU(imap, sizeof(imap), unicode, sizeof(unicode)/U_SIZEOF_UCHAR, "IMAP-mailbox-name", toUnicodeOffsets,FALSE);
1468 TestConverterType("IMAP-mailbox-name", UCNV_IMAP_MAILBOX);
1894 UConverter *cnv=ucnv_open("IMAP-mailbox-name", &errorCode);
1896 log_err("Unable to open a IMAP-mailbox-name converter: %s\n", u_errorName(errorCode)); /* sholdn't be a data err */
1899 TestNextUChar(cnv, source, limit, results, "IMAP-mailbox-name");
1903 if (U_FAILURE(errorCode) || uprv_strcmp(cnvName, "IMAP-mailbox-name") != 0) {
1904 log_err("IMAP-mailbox-name converter is called %s: %s\n", cnvName, u_errorName(errorCode));
3598 log_verbose("Running exhaustive round trip test for IMAP-mailbox-name\n");
3599 TestFullRoundtrip("IMAP-mailbox-name");