Ruby
1.9.3p448(2013-06-27revision41675)
|
#include "regint.h"
Go to the source code of this file.
Macros | |
#define | emacsmule_islead(c) ((UChar )(c) < 0x9e) |
#define | A ACCEPT |
#define | F FAILURE |
Enumerations | |
enum | state_t { FAILURE = -2, ACCEPT = -1, S0 = 0, S1, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3, S4, S5, S6, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, S2, S3, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, FAILURE = -2, ACCEPT = -1, S0 = 0, S1, FAILURE = -2, ACCEPT, S0, S1, S2, S3, S4, S5, S6, S7 } |
Functions | |
static int | mbc_enc_len (const UChar *p, const UChar *e, OnigEncoding enc ARG_UNUSED) |
static OnigCodePoint | mbc_to_code (const UChar *p, const UChar *end, OnigEncoding enc) |
static int | code_to_mbclen (OnigCodePoint code, OnigEncoding enc ARG_UNUSED) |
static int | code_to_mbc (OnigCodePoint code, UChar *buf, OnigEncoding enc) |
static int | mbc_case_fold (OnigCaseFoldType flag, const UChar **pp, const UChar *end, UChar *lower, OnigEncoding enc) |
static UChar * | left_adjust_char_head (const UChar *start, const UChar *s, const UChar *end, OnigEncoding enc) |
static int | is_code_ctype (OnigCodePoint code, unsigned int ctype, OnigEncoding enc ARG_UNUSED) |
OnigEncodingDefine (emacs_mule, Emacs_Mule) | |
Variables | |
static const int | EncLen_EmacsMule [] |
static const signed char | trans [][0x100] |
#define A ACCEPT |
Definition at line 69 of file emacs_mule.c.
#define emacsmule_islead | ( | c | ) | ((UChar )(c) < 0x9e) |
Definition at line 33 of file emacs_mule.c.
Referenced by left_adjust_char_head().
#define F FAILURE |
Definition at line 70 of file emacs_mule.c.
enum state_t |
Definition at line 68 of file emacs_mule.c.
|
static |
Definition at line 256 of file emacs_mule.c.
References buf, enclen, ONIGERR_INVALID_CODE_POINT_VALUE, p, and UChar.
|
static |
Definition at line 244 of file emacs_mule.c.
References ONIGENC_IS_CODE_ASCII, and ONIGERR_INVALID_CODE_POINT_VALUE.
Referenced by is_code_ctype().
|
static |
Definition at line 308 of file emacs_mule.c.
References code_to_mbclen(), FALSE, ONIGENC_IS_ASCII_CODE_CTYPE, and TRUE.
|
static |
Definition at line 296 of file emacs_mule.c.
References emacsmule_islead, p, and UChar.
|
static |
Definition at line 271 of file emacs_mule.c.
References i, len, mbc_enc_len(), ONIGENC_ASCII_CODE_TO_LOWER_CASE, ONIGENC_IS_MBC_ASCII, p, and UChar.
|
static |
Definition at line 204 of file emacs_mule.c.
References ACCEPT, EncLen_EmacsMule, ONIGENC_CONSTRUCT_MBCLEN_CHARFOUND, ONIGENC_CONSTRUCT_MBCLEN_INVALID, ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE, and trans.
Referenced by mbc_case_fold().
|
static |
Definition at line 226 of file emacs_mule.c.
OnigEncodingDefine | ( | emacs_mule | , |
Emacs_Mule | |||
) |
|
static |
Definition at line 49 of file emacs_mule.c.
Referenced by mbc_enc_len().
|
static |
Definition at line 71 of file emacs_mule.c.
Referenced by mbc_enc_len().