Home
last modified time | relevance | path

Searched refs:guess_counts (Results 1 – 2 of 2) sorted by relevance

/dports/mail/cyrus-imapd34/cyrus-imapd-3.4.2/imap/
H A Djmap_util.c615 struct char_counts guess_counts = charset_count_validutf8(guess, strlen(guess)); in jmap_decode_to_utf8() local
616 if (guess_counts.valid > counts.valid) { in jmap_decode_to_utf8()
619 counts = guess_counts; in jmap_decode_to_utf8()
642 struct char_counts guess_counts = charset_count_validutf8(guess, strlen(guess)); in jmap_decode_to_utf8() local
643 if (!guess_counts.invalid && !guess_counts.replacement) { in jmap_decode_to_utf8()
646 counts = guess_counts; in jmap_decode_to_utf8()
674 struct char_counts guess_counts = in jmap_decode_to_utf8() local
676 if ((guess_counts.valid > counts.valid) && in jmap_decode_to_utf8()
680 counts = guess_counts; in jmap_decode_to_utf8()
/dports/mail/cyrus-imapd32/cyrus-imapd-3.2.8/imap/
H A Djmap_mail.c385 struct char_counts guess_counts = charset_count_validutf8(guess, strlen(guess)); in _decode_to_utf8() local
386 if (guess_counts.valid > counts.valid) { in _decode_to_utf8()
389 counts = guess_counts; in _decode_to_utf8()
412 struct char_counts guess_counts = charset_count_validutf8(guess, strlen(guess)); in _decode_to_utf8() local
413 if (!guess_counts.invalid && !guess_counts.replacement) { in _decode_to_utf8()
416 counts = guess_counts; in _decode_to_utf8()
443 struct char_counts guess_counts = charset_count_validutf8(guess, strlen(guess)); in _decode_to_utf8() local
444 if (guess_counts.valid > counts.valid) { in _decode_to_utf8()
447 counts = guess_counts; in _decode_to_utf8()