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

/dovecot/src/plugins/fts-lucene/
H A Dlucene-wrapper.cc23 # include <libexttextcat/textcat.h>
25 # include <libtextcat/textcat.h>
27 # include <textcat.h>
101 static void *textcat = NULL; variable
186 if (--textcat_refcount == 0 && textcat != NULL) {
188 textcat_Done(textcat);
190 textcat = NULL;
492 /* textcat really wants the '/' suffix */
508 if (textcat == NULL) {
509 textcat
[all...]

Completed in 1200 milliseconds