Ruby 1.9.3p327(2012-11-10revision37606)
Defines | Functions | Variables
enc/iso_8859_6.c File Reference
#include "regenc.h"
Include dependency graph for iso_8859_6.c:

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 Documentation

#define ENC_IS_ISO_8859_6_CTYPE (   code,
  ctype 
)    ((EncISO_8859_6_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0)

Definition at line 32 of file iso_8859_6.c.

Referenced by is_code_ctype().


Function Documentation

static int is_code_ctype ( OnigCodePoint  code,
unsigned int  ctype,
OnigEncoding enc  ARG_UNUSED 
) [static]

Definition at line 71 of file iso_8859_6.c.

References ENC_IS_ISO_8859_6_CTYPE, and FALSE.

OnigEncodingDefine ( iso_8859_6  ,
ISO_8859_6   
)

Variable Documentation

const unsigned short EncISO_8859_6_CtypeTable[256] [static]

Definition at line 35 of file iso_8859_6.c.