#include "regenc.h"

Go to the source code of this file.
Defines | |
| #define | ENC_IS_ISO_8859_11_CTYPE(code, ctype) ((EncISO_8859_11_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) |
Functions | |
| static int | is_code_ctype (OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) |
| OnigEncodingDefine (iso_8859_11, ISO_8859_11) | |
Variables | |
| static const unsigned short | EncISO_8859_11_CtypeTable [256] |
| #define ENC_IS_ISO_8859_11_CTYPE | ( | code, | |||
| ctype | ) | ((EncISO_8859_11_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) |
| static int is_code_ctype | ( | OnigCodePoint | code, | |
| unsigned int | ctype, | |||
| OnigEncoding enc | ARG_UNUSED | |||
| ) | [static] |
| OnigEncodingDefine | ( | iso_8859_11 | , | |
| ISO_8859_11 | ||||
| ) |
const unsigned short EncISO_8859_11_CtypeTable[256] [static] |
Definition at line 35 of file iso_8859_11.c.