/* Copyright (c) 2015-2018 Dovecot authors, see the included COPYING file */
#include "lib.h"
#include "str.h"
#include "fts-language.h"
#include "fts-filter-private.h"
#ifdef HAVE_LIBICU
# include "fts-icu.h"
# include "fts-filter-common.h"
#endif
static int
const char *const *settings,
struct fts_filter **filter_r,
const char **error_r)
{
max_length == 0) {
return -1;
}
}
else {
return -1;
}
}
return 0;
}
static int
const char **token,
const char **error_r ATTR_UNUSED)
{
#ifdef HAVE_LIBICU
#else
#endif
return 1;
}
.class_name = "lowercase",
.v = {
}
};