Searched refs:normalizer_func_t (Results 1 - 22 of 22) sorted by relevance
/dovecot/src/lib-charset/ |
H A D | charset-utf8.h | 20 int charset_to_utf8_begin(const char *charset, normalizer_func_t *normalizer, 25 charset_utf8_to_utf8_begin(normalizer_func_t *normalizer); 44 int charset_to_utf8_str(const char *charset, normalizer_func_t *normalizer, 50 charset_utf8_to_utf8(normalizer_func_t *normalizer,
|
H A D | charset-utf8-only.c | 7 normalizer_func_t *normalizer; 12 normalizer_func_t *normalizer,
|
H A D | charset-utf8-private.h | 8 int (*to_utf8_begin)(const char *charset, normalizer_func_t *normalizer,
|
H A D | charset-utf8.c | 24 int charset_to_utf8_str(const char *charset, normalizer_func_t *normalizer, 41 charset_utf8_to_utf8_begin(normalizer_func_t *normalizer) 51 charset_utf8_to_utf8(normalizer_func_t *normalizer, 75 int charset_to_utf8_begin(const char *charset, normalizer_func_t *normalizer,
|
H A D | charset-iconv.c | 14 normalizer_func_t *normalizer; 18 iconv_charset_to_utf8_begin(const char *charset, normalizer_func_t *normalizer,
|
/dovecot/src/plugins/fts-lucene/ |
H A D | SnowballFilter.h | 25 normalizer_func_t *normalizer; 33 SnowballFilter(TokenStream* in, normalizer_func_t *normalizer, const char* language, bool deleteTS);
|
H A D | SnowballAnalyzer.h | 28 normalizer_func_t *normalizer; 34 SnowballAnalyzer(normalizer_func_t *normalizer, const char* language="english");
|
H A D | Snowball.cc | 29 SnowballAnalyzer::SnowballAnalyzer(normalizer_func_t *_normalizer, const char* _language) 96 SnowballFilter::SnowballFilter(TokenStream* in, normalizer_func_t *normalizer, const char* language, bool deleteTS):
|
H A D | lucene-wrapper.cc | 65 normalizer_func_t *normalizer; 466 normalizer_func_t *normalizer = index->normalizer;
|
/dovecot/src/lib-mail/ |
H A D | message-header-decode.h | 20 buffer_t *dest, normalizer_func_t *normalizer);
|
H A D | message-decoder.h | 26 message_decoder_init(normalizer_func_t *normalizer,
|
H A D | message-search.h | 16 normalizer_func_t *normalizer,
|
H A D | message-header-decode.c | 140 normalizer_func_t *normalizer; 177 buffer_t *dest, normalizer_func_t *normalizer)
|
H A D | test-message-header-decode.c | 15 normalizer_func_t *normalizer ATTR_UNUSED,
|
H A D | message-search.c | 15 normalizer_func_t *normalizer; 26 normalizer_func_t *normalizer,
|
H A D | message-decoder.c | 21 normalizer_func_t *normalizer; 46 message_decoder_init(normalizer_func_t *normalizer,
|
H A D | test-message-decoder.c | 13 normalizer_func_t *normalizer ATTR_UNUSED)
|
/dovecot/src/plugins/charset-alias/ |
H A D | charset-alias-plugin.c | 22 normalizer_func_t *normalizer, 76 normalizer_func_t *normalizer,
|
/dovecot/src/plugins/fts/ |
H A D | fts-api-private.h | 84 normalizer_func_t *normalizer;
|
/dovecot/src/lib/ |
H A D | unichar.h | 44 typedef int normalizer_func_t(const void *input, size_t size, typedef
|
/dovecot/src/lib-storage/ |
H A D | mail-user.h | 67 normalizer_func_t *default_normalizer;
|
H A D | mail-storage-private.h | 639 normalizer_func_t *normalizer;
|
Completed in 50 milliseconds