/PHP-7.2/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() 148 MBSTRING_API unsigned long php_turkish_toupper(unsigned long code, long l, long r, int field) in php_turkish_toupper() 156 MBSTRING_API unsigned long php_turkish_tolower(unsigned long code, long l, long r, int field) in php_turkish_tolower() 164 MBSTRING_API unsigned long php_unicode_toupper(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_toupper() 195 MBSTRING_API unsigned long php_unicode_tolower(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_tolower() 226 MBSTRING_API unsigned long php_unicode_totitle(unsigned long code, enum mbfl_no_encoding enc) in php_unicode_totitle()
|
/PHP-7.2/ext/intl/doc/ |
H A D | common_api.php | 45 function intl_is_failure($code) {} 56 function intl_error_name($code) {}
|
/PHP-7.2/ext/mbstring/oniguruma/src/ |
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 | utf8.c | 148 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 165 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 167 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() argument 168 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() argument
|
H A D | utf16_be.c | 87 OnigCodePoint code; in utf16be_mbc_to_code() local 103 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen() 109 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
|
H A D | regenc.c | 422 OnigCodePoint code; in onigenc_ascii_apply_all_case_fold() local 476 OnigCodePoint code; in onigenc_apply_all_case_fold_with_map() local 639 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc() 754 onigenc_mb2_code_to_mbclen(OnigCodePoint code) in onigenc_mb2_code_to_mbclen() 761 onigenc_mb4_code_to_mbclen(OnigCodePoint code) in onigenc_mb4_code_to_mbclen() 770 onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb2_code_to_mbc() 787 onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb4_code_to_mbc() 844 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb2_is_code_ctype() 859 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb4_is_code_ctype() 910 OnigCodePoint code; in onig_codes_byte_at() local
|
H A D | utf16_le.c | 52 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen() 102 OnigCodePoint code; in utf16le_mbc_to_code() local 119 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 | regerror.c | 42 onig_error_code_to_format(int code) in onig_error_code_to_format() 206 OnigCodePoint code; in to_ascii() local 255 onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
|
H A D | euc_jp.c | 114 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 143 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 248 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | sjis.c | 113 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 148 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 280 is_code_ctype(OnigCodePoint code, unsigned int ctype) in 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 | koi8.c | 33 #define ENC_IS_KOI8_CTYPE(code,ctype) \ argument 138 koi8_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_is_code_ctype()
|
H A D | koi8_r.c | 33 #define ENC_IS_KOI8_R_CTYPE(code,ctype) \ argument 131 koi8_r_is_code_ctype(OnigCodePoint code, unsigned int ctype) in koi8_r_is_code_ctype()
|
/PHP-7.2/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() 262 get_first_set(const pcre *code, const char *stringname, int *ovector, in get_first_set() 394 pcre_copy_named_substring(const pcre *code, const char *subject, in pcre_copy_named_substring() 614 pcre_get_named_substring(const pcre *code, const char *subject, in pcre_get_named_substring()
|
/PHP-7.2/ext/mbstring/ucgendat/ |
H A D | ucgendat.c | 121 ac_uint4 code; member 197 ac_uint4 code; member 452 add_decomp(ac_uint4 code, short compat) in add_decomp() 537 add_title(ac_uint4 code) in add_title() 581 add_upper(ac_uint4 code) in add_upper() 628 add_lower(ac_uint4 code) in add_lower() 777 add_number(ac_uint4 code, short num, short denom) in add_number() 830 ac_uint4 i, lineno, skip, code, ccl_code; in read_cdata() local 1231 ac_uint4 code; in read_compexdata() local
|