Searched defs:utf8 (Results 1 - 3 of 3) sorted by relevance

/dovecot/src/lib-imap/
H A Dtest-imap-utf7.c12 const char *utf8; member in struct:test
32 if (tests[i].utf8 != NULL) {
34 if (imap_utf8_to_utf7(tests[i].utf8, dest) < 0)
42 test_assert_idx(tests[i].utf8 == NULL, i);
44 test_assert_idx(null_strcmp(tests[i].utf8, str_c(dest)) == 0, i);
45 test_assert_idx(imap_utf7_is_valid(tests[i].mutf7) != (tests[i].utf8 == NULL), i);
/dovecot/src/lib-storage/
H A Dmail-search-build.c5 #include "charset-utf8.h"
228 string_t *utf8 = t_str_new(128); local
232 input, utf8, &result) < 0) {
242 *output_r = p_strdup(ctx->pool, str_c(utf8));
H A Dmailbox-list.h153 bool utf8; member in struct:mailbox_list_settings

Completed in 555 milliseconds