Eneboo - Documentación para desarrolladores
'defines' | Funciones | Variables
Referencia del Archivo src/libmysql_macosx/ctype-utf8.c
#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_INFOuni_plane [256]
MY_CHARSET_HANDLER my_charset_utf8_handler
CHARSET_INFO my_charset_utf8_general_ci
CHARSET_INFO my_charset_utf8_bin

Documentación de los 'defines'

#define EILSEQ   ENOENT
#define HAVE_CHARSET_utf8
#define HAVE_UNIDATA

Documentación de las 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 
)

Documentación de las variables

Valor inicial:
{
    83,0,0,             
    MY_CS_COMPILED|MY_CS_BINSORT|MY_CS_UNICODE, 
    "utf8",             
    "utf8_bin",         
    "",                 
    NULL,               
    ctype_utf8,         
    to_lower_utf8,      
    to_upper_utf8,      
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    1,                  
    1,                  
    3,                  
    0,                  
    255,                
    0,                  
    &my_charset_utf8_handler,
    &my_collation_mb_bin_handler
}
Valor inicial:
{
    33,0,0,             
    MY_CS_COMPILED|MY_CS_PRIMARY|MY_CS_STRNXFRM|MY_CS_UNICODE,  
    "utf8",             
    "utf8_general_ci",  
    "",                 
    NULL,               
    ctype_utf8,         
    to_lower_utf8,      
    to_upper_utf8,      
    to_upper_utf8,      
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    NULL,               
    1,                  
    1,                  
    3,                  
    0,                  
    0xFFFF,             
    0,                  
    &my_charset_utf8_handler,
    &my_collation_ci_handler
}
Valor inicial:
 Todo Clases Namespaces Archivos Funciones Variables 'typedefs' Enumeraciones Valores de enumeraciones Propiedades Amigas 'defines'