| /PHP_TRUNK/ext/mbstring/oniguruma/enc/ |
| H A D | ascii.c | 33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 36 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
|
| H A D | big5.c | 87 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 89 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_BIG5, code, ctype);
|
| H A D | cp1251.c | 34 #define ENC_IS_CP1251_CTYPE(code,ctype) \ 35 ((EncCP1251_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 122 return ENC_IS_CP1251_CTYPE(code, ctype);
|
| H A D | euc_jp.c | 210 hash_data_type ctype; local 214 if (onig_st_lookup_strend(PropertyNameTable, p, end, &ctype) == 0) { 218 return (int )ctype; 222 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 224 if (ctype <= ONIGENC_MAX_STD_CTYPE) { 226 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype); 228 if (CTYPE_IS_WORD_GRAPH_PRINT(ctype)) { 236 ctype -= (ONIGENC_MAX_STD_CTYPE + 1); 237 if (ctype >= (unsigned int )PropertyListNum) 240 return onig_is_in_code_range((UChar* )PropertyList[ctype], cod 247 get_ctype_code_range(OnigCtype ctype, OnigCodePoint* sb_out, const OnigCodePoint* ranges[]) argument [all...] |
| H A D | euc_kr.c | 87 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 89 return onigenc_mb2_is_code_ctype(ONIG_ENCODING_EUC_KR, code, ctype);
|
| H A D | euc_tw.c | 78 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 80 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_EUC_TW, code, ctype);
|
| H A D | gb18030.c | 108 gb18030_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 110 return onigenc_mb4_is_code_ctype(ONIG_ENCODING_GB18030, code, ctype);
|
| H A D | iso8859_1.c | 32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ 33 ((EncISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 247 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 250 return ENC_IS_ISO_8859_1_CTYPE(code, ctype);
|
| H A D | iso8859_10.c | 33 #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \ 34 ((EncISO_8859_10_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 147 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 150 return ENC_IS_ISO_8859_10_CTYPE(code, ctype);
|
| H A D | iso8859_11.c | 32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ 33 ((EncISO_8859_11_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 74 return ENC_IS_ISO_8859_11_CTYPE(code, ctype);
|
| H A D | iso8859_13.c | 33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ 34 ((EncISO_8859_13_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 154 return ENC_IS_ISO_8859_13_CTYPE(code, ctype);
|
| H A D | iso8859_14.c | 33 #define ENC_IS_ISO_8859_14_CTYPE(code,ctype) \ 34 ((EncISO_8859_14_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 148 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 151 return ENC_IS_ISO_8859_14_CTYPE(code, ctype);
|
| H A D | iso8859_15.c | 33 #define ENC_IS_ISO_8859_15_CTYPE(code,ctype) \ 34 ((EncISO_8859_15_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 152 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 155 return ENC_IS_ISO_8859_15_CTYPE(code, ctype);
|
| H A D | iso8859_16.c | 33 #define ENC_IS_ISO_8859_16_CTYPE(code,ctype) \ 34 ((EncISO_8859_16_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 147 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 150 return ENC_IS_ISO_8859_16_CTYPE(code, ctype);
|
| H A D | iso8859_2.c | 33 #define ENC_IS_ISO_8859_2_CTYPE(code,ctype) \ 34 ((EncISO_8859_2_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 210 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 213 return ENC_IS_ISO_8859_2_CTYPE(code, ctype);
|
| H A D | iso8859_3.c | 33 #define ENC_IS_ISO_8859_3_CTYPE(code,ctype) \ 34 ((EncISO_8859_3_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 154 return ENC_IS_ISO_8859_3_CTYPE(code, ctype);
|
| H A D | iso8859_4.c | 33 #define ENC_IS_ISO_8859_4_CTYPE(code,ctype) \ 34 ((EncISO_8859_4_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 150 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 153 return ENC_IS_ISO_8859_4_CTYPE(code, ctype);
|
| H A D | iso8859_5.c | 33 #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \ 34 ((EncISO_8859_5_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 131 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 134 return ENC_IS_ISO_8859_5_CTYPE(code, ctype);
|
| H A D | iso8859_6.c | 32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ 33 ((EncISO_8859_6_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 74 return ENC_IS_ISO_8859_6_CTYPE(code, ctype);
|
| H A D | iso8859_7.c | 33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ 34 ((EncISO_8859_7_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 139 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 142 return ENC_IS_ISO_8859_7_CTYPE(code, ctype);
|
| H A D | iso8859_8.c | 32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ 33 ((EncISO_8859_8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 74 return ENC_IS_ISO_8859_8_CTYPE(code, ctype);
|
| H A D | iso8859_9.c | 33 #define ENC_IS_ISO_8859_9_CTYPE(code,ctype) \ 34 ((EncISO_8859_9_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 154 return ENC_IS_ISO_8859_9_CTYPE(code, ctype);
|
| H A D | koi8.c | 33 #define ENC_IS_KOI8_CTYPE(code,ctype) \ 34 ((EncKOI8_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 138 koi8_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 141 return ENC_IS_KOI8_CTYPE(code, ctype);
|
| H A D | koi8_r.c | 33 #define ENC_IS_KOI8_R_CTYPE(code,ctype) \ 34 ((EncKOI8_R_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 131 koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 134 return ENC_IS_KOI8_R_CTYPE(code, ctype);
|
| H A D | utf8.c | 260 get_ctype_code_range(OnigCtype ctype, OnigCodePoint *sb_out, argument 264 return onigenc_unicode_ctype_code_range(ctype, ranges);
|