Eneboo - Documentación para desarrolladores
|
#include <my_global.h>
#include "m_string.h"
#include "m_ctype.h"
#include <errno.h>
'defines' | |
#define | EILSEQ ENOENT |
#define | HAVE_CHARSET_utf8 |
#define | HAVE_UNIDATA |
Funciones | |
int | my_wildcmp_unicode (CHARSET_INFO *cs, const char *str, const char *str_end, const char *wildstr, const char *wildend, int escape, int w_one, int w_many, MY_UNICASE_INFO **weights) |
Variables | |
MY_UNICASE_INFO * | my_unicase_default [256] |
MY_UNICASE_INFO * | my_unicase_turkish [256] |
MY_CHARSET_HANDLER | my_charset_utf8_handler |
CHARSET_INFO | my_charset_utf8_general_ci |
CHARSET_INFO | my_charset_utf8_bin |
#define EILSEQ ENOENT |
#define HAVE_CHARSET_utf8 |
#define HAVE_UNIDATA |
int my_wildcmp_unicode | ( | CHARSET_INFO * | cs, |
const char * | str, | ||
const char * | str_end, | ||
const char * | wildstr, | ||
const char * | wildend, | ||
int | escape, | ||
int | w_one, | ||
int | w_many, | ||
MY_UNICASE_INFO ** | weights | ||
) |