#include "regenc.h"

Go to the source code of this file.
Defines | |
| #define | ENC_IS_ISO_8859_6_CTYPE(code, ctype) ((EncISO_8859_6_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_6, ISO_8859_6) | |
Variables | |
| static const unsigned short | EncISO_8859_6_CtypeTable [256] |
| #define ENC_IS_ISO_8859_6_CTYPE | ( | code, | |||
| ctype | ) | ((EncISO_8859_6_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_6 | , | |
| ISO_8859_6 | ||||
| ) |
const unsigned short EncISO_8859_6_CtypeTable[256] [static] |
Definition at line 35 of file iso_8859_6.c.