/PHP-7.1/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) in php_unicode_toupper() 194 MBSTRING_API unsigned long php_unicode_tolower(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_tolower() 225 MBSTRING_API unsigned long php_unicode_totitle(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_totitle()
|
/PHP-7.1/ext/intl/doc/ |
H A D | common_api.php | 45 function intl_is_failure($code) {} 56 function intl_error_name($code) {}
|
/PHP-7.1/ext/mbstring/oniguruma/enc/ |
H A D | utf8.c | 123 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 140 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 142 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() argument 143 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() argument
|
H A D | iso8859_11.c | 32 #define ENC_IS_ISO_8859_11_CTYPE(code,ctype) \ argument 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_6.c | 32 #define ENC_IS_ISO_8859_6_CTYPE(code,ctype) \ argument 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_8.c | 32 #define ENC_IS_ISO_8859_8_CTYPE(code,ctype) \ argument 71 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | utf16_be.c | 80 OnigCodePoint code; in utf16be_mbc_to_code() local 96 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen() 102 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
|
H A D | utf16_le.c | 52 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen() 86 OnigCodePoint code; in utf16le_mbc_to_code() local 103 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 247 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | euc_jp.c | 78 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 107 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 222 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | cp1251.c | 34 #define ENC_IS_CP1251_CTYPE(code,ctype) \ argument 119 cp1251_is_code_ctype(OnigCodePoint code, unsigned int ctype) in cp1251_is_code_ctype()
|
H A D | iso8859_10.c | 33 #define ENC_IS_ISO_8859_10_CTYPE(code,ctype) \ argument 147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_13.c | 33 #define ENC_IS_ISO_8859_13_CTYPE(code,ctype) \ argument 151 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 148 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_16.c | 33 #define ENC_IS_ISO_8859_16_CTYPE(code,ctype) \ argument 147 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_2.c | 33 #define ENC_IS_ISO_8859_2_CTYPE(code,ctype) \ argument 210 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 151 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_4.c | 33 #define ENC_IS_ISO_8859_4_CTYPE(code,ctype) \ argument 150 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_5.c | 33 #define ENC_IS_ISO_8859_5_CTYPE(code,ctype) \ argument 131 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | iso8859_7.c | 33 #define ENC_IS_ISO_8859_7_CTYPE(code,ctype) \ argument 139 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
/PHP-7.1/ext/pcre/pcrelib/ |
H A D | pcre_get.c | 68 pcre_get_stringnumber(const pcre *code, const char *stringname) in pcre_get_stringnumber() 148 pcre_get_stringtable_entries(const pcre *code, const char *stringname, in pcre_get_stringtable_entries() 259 get_first_set(const pcre *code, const char *stringname, int *ovector) in get_first_set() 388 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring() 605 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
|
/PHP-7.1/ext/mbstring/oniguruma/ |
H A D | regenc.c | 397 OnigCodePoint code; in onigenc_ascii_apply_all_case_fold() local 451 OnigCodePoint code; in onigenc_apply_all_case_fold_with_map() local 614 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc() 702 onigenc_mb2_code_to_mbclen(OnigCodePoint code) in onigenc_mb2_code_to_mbclen() 709 onigenc_mb4_code_to_mbclen(OnigCodePoint code) in onigenc_mb4_code_to_mbclen() 718 onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb2_code_to_mbc() 735 onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb4_code_to_mbc() 792 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb2_is_code_ctype() 807 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb4_is_code_ctype()
|
H A D | regerror.c | 42 onig_error_code_to_format(int code) in onig_error_code_to_format() 200 OnigCodePoint code; in to_ascii() local 249 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
|
/PHP-7.1/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
|