/PHP-5.4/ext/mbstring/ |
H A D | php_unicode.c | 62 static int prop_lookup(unsigned long code, unsigned long n) in prop_lookup() 101 MBSTRING_API int php_unicode_is_prop(unsigned long code, unsigned long mask1, in php_unicode_is_prop() 122 static unsigned long case_lookup(unsigned long code, long l, long r, int field) in case_lookup() 147 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper() 155 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower() 163 MBSTRING_API unsigned long php_unicode_toupper(unsigned long code, enum mbfl_no_encoding enc TSRMLS… in php_unicode_toupper() 194 MBSTRING_API unsigned long php_unicode_tolower(unsigned long code, enum mbfl_no_encoding enc TSRMLS… in php_unicode_tolower() 225 MBSTRING_API unsigned long php_unicode_totitle(unsigned long code, enum mbfl_no_encoding enc TSRMLS… in php_unicode_totitle()
|
/PHP-5.4/ext/mbstring/oniguruma/ |
H A D | regenc.c | 654 onigenc_single_byte_code_to_mbclen(OnigCodePoint code) in onigenc_single_byte_code_to_mbclen() 660 onigenc_single_byte_code_to_mbc_first(OnigCodePoint code) in onigenc_single_byte_code_to_mbc_first() 666 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc() 759 onigenc_mb2_code_to_mbclen(OnigCodePoint code) in onigenc_mb2_code_to_mbclen() 766 onigenc_mb4_code_to_mbclen(OnigCodePoint code) in onigenc_mb4_code_to_mbclen() 775 onigenc_mb2_code_to_mbc_first(OnigCodePoint code) in onigenc_mb2_code_to_mbc_first() 789 onigenc_mb4_code_to_mbc_first(OnigCodePoint code) in onigenc_mb4_code_to_mbc_first() 849 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb2_is_code_ctype() 865 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb4_is_code_ctype() 902 onigenc_is_code_ctype(OnigEncoding enc, OnigCodePoint code, int ctype) in onigenc_is_code_ctype() [all …]
|
H A D | oniguruma.h | 132 OnigCodePoint code; member 386 #define ONIGENC_IS_CODE_GRAPH(enc,code) \ argument 388 #define ONIGENC_IS_CODE_PRINT(enc,code) \ argument 390 #define ONIGENC_IS_CODE_ALNUM(enc,code) \ argument 392 #define ONIGENC_IS_CODE_ALPHA(enc,code) \ argument 394 #define ONIGENC_IS_CODE_LOWER(enc,code) \ argument 396 #define ONIGENC_IS_CODE_UPPER(enc,code) \ argument 398 #define ONIGENC_IS_CODE_CNTRL(enc,code) \ argument 400 #define ONIGENC_IS_CODE_PUNCT(enc,code) \ argument 402 #define ONIGENC_IS_CODE_SPACE(enc,code) \ argument [all …]
|
H A D | regenc.h | 117 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument 142 #define ONIGENC_IS_ASCII_CODE_CTYPE(code,ctype) \ argument 144 #define ONIGENC_IS_ASCII_CODE_CASE_AMBIG(code) \ argument
|
H A D | regerror.c | 42 onig_error_code_to_format(int code) in onig_error_code_to_format() 191 OnigCodePoint code; in to_ascii() local 233 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
|
/PHP-5.4/ext/intl/doc/ |
H A D | common_api.php | 45 function intl_is_failure($code) {} 56 function intl_error_name($code) {}
|
/PHP-5.4/ext/mbstring/oniguruma/enc/ |
H A D | iso8859_11.c | 32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ argument 71 iso_8859_11_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_11_is_code_ctype()
|
H A D | iso8859_6.c | 32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ argument 71 iso_8859_6_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_6_is_code_ctype()
|
H A D | iso8859_8.c | 32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ argument 71 iso_8859_8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_8_is_code_ctype()
|
H A D | utf16_be.c | 79 OnigCodePoint code; in utf16be_mbc_to_code() local 93 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen() 99 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
|
H A D | utf8.c | 119 utf8_code_to_mbclen(OnigCodePoint code) in utf8_code_to_mbclen() 164 utf8_code_to_mbc(OnigCodePoint code, UChar *buf) in utf8_code_to_mbc() 166 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in utf8_code_to_mbc() argument 167 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in utf8_code_to_mbc() argument 3612 utf8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in utf8_is_code_ctype()
|
H A D | euc_jp.c | 78 eucjp_code_to_mbclen(OnigCodePoint code) in eucjp_code_to_mbclen() 106 eucjp_code_to_mbc(OnigCodePoint code, UChar *buf) in eucjp_code_to_mbc() 159 eucjp_is_code_ctype(OnigCodePoint code, unsigned int ctype) in eucjp_is_code_ctype()
|
H A D | utf16_le.c | 55 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen() 85 OnigCodePoint code; in utf16le_mbc_to_code() local 101 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
|
H A D | iso8859_1.c | 32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ argument 116 iso_8859_1_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_1_is_code_ctype()
|
H A D | sjis.c | 80 sjis_code_to_mbclen(OnigCodePoint code) in sjis_code_to_mbclen() 115 sjis_code_to_mbc(OnigCodePoint code, UChar *buf) in sjis_code_to_mbc() 168 sjis_is_code_ctype(OnigCodePoint code, unsigned int ctype) in sjis_is_code_ctype()
|
H A D | iso8859_10.c | 33 #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \ argument 153 iso_8859_10_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_10_is_code_ctype()
|
H A D | iso8859_13.c | 33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ argument 152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_14.c | 33 #define ENC_IS_ISO_8859_14_CTYPE(code,ctype) \ argument 152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_15.c | 33 #define ENC_IS_ISO_8859_15_CTYPE(code,ctype) \ argument 152 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_3.c | 33 #define ENC_IS_ISO_8859_3_CTYPE(code,ctype) \ argument 153 iso_8859_3_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_3_is_code_ctype()
|
H A D | iso8859_4.c | 33 #define ENC_IS_ISO_8859_4_CTYPE(code,ctype) \ argument 153 iso_8859_4_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_4_is_code_ctype()
|
H A D | iso8859_5.c | 33 #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \ argument 145 iso_8859_5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_5_is_code_ctype()
|
H A D | iso8859_7.c | 33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ argument 152 iso_8859_7_is_code_ctype(OnigCodePoint code, unsigned int ctype) in iso_8859_7_is_code_ctype()
|
/PHP-5.4/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 70 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber() 150 pcre_get_stringtable_entries(const pcre *code, const char *stringname, in pcre_get_stringtable_entries() 261 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set() 390 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring() 607 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
|
/PHP-5.4/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 121 ac_uint4 code; member 197 ac_uint4 code; member 448 add_decomp(ac_uint4 code, short compat) in add_decomp() 533 add_title(ac_uint4 code) in add_title() 573 add_upper(ac_uint4 code) in add_upper() 620 add_lower(ac_uint4 code) in add_lower() 769 add_number(ac_uint4 code, short num, short denom) in add_number() 822 ac_uint4 i, lineno, skip, code, ccl_code; in read_cdata() local 1217 ac_uint4 code; in read_compexdata() local
|