| /PHP_5_5/ext/ereg/regex/ |
| H A D | cname.h | 4 char code; member in struct:cname
|
| H A D | regerror.c | 35 int code; member in struct:rerr 56 {-1, "", "*** unknown regexp error code ***"}, 80 for (r = rerrs; r->code >= 0; r++) 81 if (r->code == target) 85 if (r->code >= 0) { 122 for (r = rerrs; r->code >= 0; r++) 125 if (r->code < 0) 128 snprintf(localbuf, bufsize, "%d", r->code);
|
| /PHP_5_5/ext/intl/ |
| H A D | intl_error.h | 26 #define INTL_ERROR_CODE(e) (e).code 29 UErrorCode code; member in struct:_intl_error 39 void intl_error_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC ); 47 void intl_errors_set( intl_error* err, UErrorCode code, char* msg, int copyMsg TSRMLS_DC );
|
| /PHP_5_5/ext/mbstring/libmbfl/filters/ |
| H A D | html_entities.h | 2 * "streamable kanji code filter and converter" 7 * This file is part of "streamable kanji code filter and converter", 17 * License along with "streamable kanji code filter and converter"; 25 * The source code included in this files was separated from mbfilter.h 35 int code; member in struct:_mbfl_html_entity_entry
|
| /PHP_5_5/ext/mbstring/oniguruma/enc/ |
| H A D | ascii.c | 11 * 1. Redistributions of source code must retain the above copyright 33 ascii_is_code_ctype(OnigCodePoint code, unsigned int ctype) argument 35 if (code < 128) 36 return ONIGENC_IS_ASCII_CODE_CTYPE(code, ctype);
|
| H A D | big5.c | 11 * 1. Redistributions of source code must retain the above copyright 64 big5_code_to_mbc(OnigCodePoint code, UChar *buf) argument 66 return onigenc_mb2_code_to_mbc(ONIG_ENCODING_BIG5, code, buf); 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 | 12 * 1. Redistributions of source code must retain the above copyright 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 121 if (code < 256) 122 return ENC_IS_CP1251_CTYPE(code, ctype);
|
| H A D | euc_kr.c | 11 * 1. Redistributions of source code must retain the above copyright 64 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) argument 66 return onigenc_mb2_code_to_mbc(ONIG_ENCODING_EUC_KR, code, buf); 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 | 11 * 1. Redistributions of source code must retain the above copyright 64 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) argument 66 return onigenc_mb4_code_to_mbc(ONIG_ENCODING_EUC_TW, code, buf); 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 | iso8859_1.c | 11 * 1. Redistributions of source code must retain the above copyright 32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ 33 ((EncISO_8859_1_CtypeTable[code] & CTYPE_TO_BIT(ctype)) != 0) 121 items[0].code[0] = (OnigCodePoint )(*p + 0x20); 126 items[1].code[0] = (OnigCodePoint )0xdf; 135 items[0].code[0] = (OnigCodePoint )(*p - 0x20); 140 items[1].code[0] = (OnigCodePoint )0xdf; 149 items[0].code[0] = (OnigCodePoint )(*p + 0x20); 156 items[0].code[0] = (OnigCodePoint )'s'; 157 items[0].code[ 247 is_code_ctype(OnigCodePoint code, unsigned int ctype) argument [all...] |
| H A D | iso8859_10.c | 11 * 1. Redistributions of source code must retain the above copyright 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 149 if (code < 256) 150 return ENC_IS_ISO_8859_10_CTYPE(code, ctype);
|
| H A D | iso8859_11.c | 11 * 1. Redistributions of source code must retain the above copyright 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 73 if (code < 256) 74 return ENC_IS_ISO_8859_11_CTYPE(code, ctype);
|
| H A D | iso8859_13.c | 11 * 1. Redistributions of source code must retain the above copyright 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 153 if (code < 256) 154 return ENC_IS_ISO_8859_13_CTYPE(code, ctype);
|
| H A D | iso8859_14.c | 11 * 1. Redistributions of source code must retain the above copyright 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 150 if (code < 256) 151 return ENC_IS_ISO_8859_14_CTYPE(code, ctype);
|
| H A D | iso8859_15.c | 11 * 1. Redistributions of source code must retain the above copyright 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 154 if (code < 256) 155 return ENC_IS_ISO_8859_15_CTYPE(code, ctype);
|
| H A D | iso8859_16.c | 11 * 1. Redistributions of source code must retain the above copyright 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 149 if (code < 256) 150 return ENC_IS_ISO_8859_16_CTYPE(code, ctype);
|
| H A D | iso8859_2.c | 11 * 1. Redistributions of source code must retain the above copyright 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 212 if (code < 256) 213 return ENC_IS_ISO_8859_2_CTYPE(code, ctype);
|
| H A D | iso8859_3.c | 11 * 1. Redistributions of source code must retain the above copyright 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 153 if (code < 256) 154 return ENC_IS_ISO_8859_3_CTYPE(code, ctype);
|
| H A D | iso8859_4.c | 11 * 1. Redistributions of source code must retain the above copyright 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 152 if (code < 256) 153 return ENC_IS_ISO_8859_4_CTYPE(code, ctype);
|
| H A D | iso8859_5.c | 11 * 1. Redistributions of source code must retain the above copyright 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 133 if (code < 256) 134 return ENC_IS_ISO_8859_5_CTYPE(code, ctype);
|
| H A D | iso8859_6.c | 11 * 1. Redistributions of source code must retain the above copyright 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 73 if (code < 256) 74 return ENC_IS_ISO_8859_6_CTYPE(code, ctype);
|
| H A D | iso8859_7.c | 11 * 1. Redistributions of source code must retain the above copyright 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 141 if (code < 256) 142 return ENC_IS_ISO_8859_7_CTYPE(code, ctype);
|
| H A D | iso8859_8.c | 11 * 1. Redistributions of source code must retain the above copyright 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 73 if (code < 256) 74 return ENC_IS_ISO_8859_8_CTYPE(code, ctype);
|
| /PHP_5_5/ext/com_dotnet/ |
| H A D | com_misc.c | 32 void php_com_throw_exception(HRESULT code, char *message TSRMLS_DC) argument 36 message = php_win32_error_to_msg(code); 39 zend_throw_exception(php_com_exception_class_entry, message, (long)code TSRMLS_CC);
|
| /PHP_5_5/ext/standard/ |
| H A D | soundex.c | 32 int i, _small, str_len, code, last; local 77 code = toupper((int)(unsigned char)str[i]); 78 if (code >= 'A' && code <= 'Z') { 81 soundex[_small++] = code; 82 last = soundex_table[code - 'A']; 86 /* code in trail, and vowels unless they separate */ 88 code = soundex_table[code - 'A']; 89 if (code ! [all...] |