Ruby
1.9.3p547(2014-05-14revision45962)
|
#include "regint.h"
Go to the source code of this file.
Macros | |
#define | eucjp_islead(c) ((UChar )((c) - 0xa1) > 0xfe - 0xa1) |
#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 } |
Variables | |
static const int | EncLen_EUCJP [] |
static const signed char | trans [][0x100] |
static int | PropertyInited = 0 |
static const OnigCodePoint ** | PropertyList |
static int | PropertyListNum |
static int | PropertyListSize |
static hash_table_type * | PropertyNameTable |
static const OnigCodePoint | CR_Hiragana [] |
static const OnigCodePoint | CR_Katakana [] |
#define eucjp_islead | ( | c | ) | ((UChar )((c) - 0xa1) > 0xfe - 0xa1) |
Definition at line 33 of file euc_jp.c.
Referenced by left_adjust_char_head().
enum state_t |
|
static |
|
static |
Definition at line 154 of file euc_jp.c.
References ONIGENC_IS_CODE_ASCII, ONIGERR_INVALID_CODE_POINT_VALUE, and ONIGERR_TOO_BIG_WIDE_CHAR_VALUE.
Referenced by is_code_ctype().
|
static |
Definition at line 332 of file euc_jp.c.
References ONIG_NO_SUPPORT_CONFIG, ONIGENC_MAX_STD_CTYPE, ONIGERR_TYPE_BUG, PROPERTY_LIST_INIT_CHECK, and PropertyListNum.
|
static |
Definition at line 274 of file euc_jp.c.
References PROPERTY_LIST_ADD_PROP.
|
static |
|
static |
Definition at line 307 of file euc_jp.c.
References code_to_mbclen(), CTYPE_IS_WORD_GRAPH_PRINT, FALSE, onig_is_in_code_range(), ONIGENC_IS_ASCII_CODE_CTYPE, ONIGENC_MAX_STD_CTYPE, ONIGERR_TYPE_BUG, PROPERTY_LIST_INIT_CHECK, PropertyListNum, TRUE, and UChar.
|
static |
Definition at line 201 of file euc_jp.c.
References enclen, i, len, ONIGENC_ASCII_CODE_TO_LOWER_CASE, ONIGENC_IS_MBC_ASCII, p, and UChar.
|
static |
Definition at line 118 of file euc_jp.c.
References ACCEPT, EncLen_EUCJP, ONIGENC_CONSTRUCT_MBCLEN_CHARFOUND, ONIGENC_CONSTRUCT_MBCLEN_INVALID, ONIGENC_CONSTRUCT_MBCLEN_NEEDMORE, and trans.
|
static |
OnigEncodingDefine | ( | euc_jp | , |
EUC_JP | |||
) |
|
static |
Definition at line 287 of file euc_jp.c.
References ALLOCA_N, onig_st_lookup_strend(), ONIGENC_ASCII_CODE_TO_LOWER_CASE, onigenc_minimum_property_name_to_ctype(), PROPERTY_LIST_INIT_CHECK, and UChar.
|
static |
|
static |
|
static |
Definition at line 35 of file euc_jp.c.
Referenced by mbc_enc_len().
|
static |
|
static |
Definition at line 257 of file euc_jp.c.
Referenced by get_ctype_code_range(), and is_code_ctype().
|
static |
|
static |
Definition at line 57 of file euc_jp.c.
Referenced by mbc_enc_len().