/PHP-7.3/ext/mbstring/ |
H A D | php_unicode.c | 89 MBSTRING_API int php_unicode_is_prop1(unsigned long code, int prop) in php_unicode_is_prop1() 94 MBSTRING_API int php_unicode_is_prop(unsigned long code, ...) in php_unicode_is_prop() 125 unsigned code, in mph_lookup() 144 #define CASE_LOOKUP(code, type) \ argument 148 static unsigned php_unicode_toupper_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_toupper_raw() 168 static unsigned php_unicode_tolower_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tolower_raw() 202 unsigned php_unicode_tofold_raw(unsigned code, enum mbfl_no_encoding enc) in php_unicode_tofold_raw() 255 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_tolower_full() 267 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_toupper_full() 279 unsigned code, enum mbfl_no_encoding enc, unsigned *out) { in php_unicode_totitle_full() [all …]
|
/PHP-7.3/ext/mbstring/oniguruma/src/ |
H A D | regerror.c | 36 onig_error_code_to_format(int code) in onig_error_code_to_format() 212 OnigCodePoint code; in to_ascii() local 261 onig_is_error_code_needs_param(int code) in onig_is_error_code_needs_param() 280 extern int onig_error_code_to_str(UChar* s, int code, ...) in onig_error_code_to_str()
|
H A D | utf8.c | 130 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 149 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 151 #define UTF8_TRAILS(code, shift) (UChar )((((code) >> (shift)) & 0x3f) | 0x80) in code_to_mbc() argument 152 #define UTF8_TRAIL0(code) (UChar )(((code) & 0x3f) | 0x80) in code_to_mbc() argument
|
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 | 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 | euc_tw.c | 58 euctw_code_to_mbclen(OnigCodePoint code) in euctw_code_to_mbclen() 117 euctw_code_to_mbc(OnigCodePoint code, UChar *buf) in euctw_code_to_mbc() 131 euctw_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euctw_is_code_ctype()
|
H A D | euc_kr.c | 58 euckr_code_to_mbclen(OnigCodePoint code) in euckr_code_to_mbclen() 98 euckr_code_to_mbc(OnigCodePoint code, UChar *buf) in euckr_code_to_mbc() 112 euckr_is_code_ctype(OnigCodePoint code, unsigned int ctype) in euckr_is_code_ctype()
|
H A D | big5.c | 58 big5_code_to_mbclen(OnigCodePoint code) in big5_code_to_mbclen() 99 big5_code_to_mbc(OnigCodePoint code, UChar *buf) in big5_code_to_mbc() 113 big5_is_code_ctype(OnigCodePoint code, unsigned int ctype) in big5_is_code_ctype()
|
H A D | utf16_be.c | 151 OnigCodePoint code; in utf16be_mbc_to_code() local 165 utf16be_code_to_mbclen(OnigCodePoint code) in utf16be_code_to_mbclen() 179 utf16be_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16be_code_to_mbc()
|
H A D | utf16_le.c | 96 utf16le_code_to_mbclen(OnigCodePoint code) in utf16le_code_to_mbclen() 163 OnigCodePoint code; in utf16le_mbc_to_code() local 179 utf16le_code_to_mbc(OnigCodePoint code, UChar *buf) in utf16le_code_to_mbc()
|
H A D | unicode.c | 37 #define ONIGENC_IS_UNICODE_ISO_8859_1_CTYPE(code,ctype) \ argument 86 OnigCodePoint code; in onigenc_unicode_mbc_case_fold() local 282 OnigCodePoint code, codes[3]; in onigenc_unicode_get_case_fold_codes_by_str() local 538 wb_get_type(OnigCodePoint code) in wb_get_type() 566 OnigCodePoint code; in wb_get_next_main_code() local 822 egcb_get_type(OnigCodePoint code) in egcb_get_type() 842 #define IS_CONTROL_CR_LF(code) ((code) <= EGCB_Control && (code) >= EGCB_CR) argument 843 #define IS_HANGUL(code) ((code) >= EGCB_L) argument 1053 onigenc_unicode_is_code_ctype(OnigCodePoint code, unsigned int ctype) in onigenc_unicode_is_code_ctype() 1105 OnigCodePoint code; in onigenc_unicode_property_name_to_ctype() local
|
H A D | regenc.c | 509 OnigCodePoint code; in onigenc_ascii_apply_all_case_fold() local 563 OnigCodePoint code; in onigenc_apply_all_case_fold_with_map() local 714 onigenc_single_byte_code_to_mbc(OnigCodePoint code, UChar *buf) in onigenc_single_byte_code_to_mbc() 812 onigenc_mb2_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb2_code_to_mbc() 829 onigenc_mb4_code_to_mbc(OnigEncoding enc, OnigCodePoint code, UChar *buf) in onigenc_mb4_code_to_mbc() 888 OnigCodePoint code = ONIGENC_MBC_TO_CODE(enc, s, end); in onigenc_is_mbc_word_ascii() local 896 onigenc_mb2_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb2_is_code_ctype() 911 onigenc_mb4_is_code_ctype(OnigEncoding enc, OnigCodePoint code, in onigenc_mb4_is_code_ctype() 962 OnigCodePoint code; in onig_codes_byte_at() local
|
H A D | iso8859_1.c | 32 #define ENC_IS_ISO_8859_1_CTYPE(code,ctype) \ argument 220 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() 145 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 247 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
H A D | euc_jp.c | 114 code_to_mbclen(OnigCodePoint code) in code_to_mbclen() 124 code_to_mbc(OnigCodePoint code, UChar *buf) in code_to_mbc() 229 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 188 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 118 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 125 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 125 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 125 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 125 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 125 is_code_ctype(OnigCodePoint code, unsigned int ctype) in is_code_ctype()
|
/PHP-7.3/ext/pcre/pcre2lib/ |
H A D | pcre2_pattern_info.c | 65 pcre2_pattern_info(const pcre2_code *code, uint32_t what, void *where) in pcre2_pattern_info() 268 pcre2_callout_enumerate(const pcre2_code *code, in pcre2_callout_enumerate()
|