Home
last modified time | relevance | path

Searched refs:ARG_UNUSED (Results 1 – 25 of 34) sorted by relevance

12

/PHP-7.3/ext/mbstring/oniguruma/src/
H A Dregenc.c464 onigenc_set_default_caseconv_table(const UChar* table ARG_UNUSED) in onigenc_set_default_caseconv_table() argument
506 onigenc_ascii_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in onigenc_ascii_apply_all_case_fold() argument
529 const OnigUChar* p, const OnigUChar* end ARG_UNUSED, in onigenc_ascii_get_case_fold_codes_by_str() argument
549 ss_apply_all_case_fold(OnigCaseFoldType flag ARG_UNUSED, in ss_apply_all_case_fold() argument
588 int ess_tsett_flag, OnigCaseFoldType flag ARG_UNUSED, in onigenc_get_case_fold_codes_by_str_with_map() argument
668 onigenc_not_support_get_ctype_code_range(OnigCtype ctype ARG_UNUSED, in onigenc_not_support_get_ctype_code_range() argument
687 const UChar*end ARG_UNUSED, UChar* lower) in onigenc_ascii_mbc_case_fold() argument
696 onigenc_single_byte_mbc_enc_len(const UChar* p ARG_UNUSED) in onigenc_single_byte_mbc_enc_len() argument
708 onigenc_single_byte_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in onigenc_single_byte_code_to_mbclen() argument
742 onigenc_always_true_is_valid_mbc_string(const UChar* s ARG_UNUSED, in onigenc_always_true_is_valid_mbc_string() argument
[all …]
H A Dregposerr.c43 # define ARG_UNUSED __attribute__ ((unused)) macro
45 # define ARG_UNUSED macro
82 regerror(int posix_ecode, const regex_t* reg ARG_UNUSED, char* buf, in regerror() argument
H A Dutf32_be.c33 utf32be_mbc_enc_len(const UChar* p ARG_UNUSED) in utf32be_mbc_enc_len() argument
68 utf32be_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32be_mbc_to_code() argument
74 utf32be_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in utf32be_code_to_mbclen() argument
H A Dutf32_le.c33 utf32le_mbc_enc_len(const UChar* p ARG_UNUSED) in utf32le_mbc_enc_len() argument
68 utf32le_mbc_to_code(const UChar* p, const UChar* end ARG_UNUSED) in utf32le_mbc_to_code() argument
74 utf32le_code_to_mbclen(OnigCodePoint code ARG_UNUSED) in utf32le_code_to_mbclen() argument
H A Diso8859_7.c107 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold() argument
108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Dcp1251.c108 cp1251_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in cp1251_mbc_case_fold() argument
109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in cp1251_mbc_case_fold() argument
H A Diso8859_5.c107 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold() argument
108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Dkoi8.c108 koi8_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in koi8_mbc_case_fold() argument
109 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_mbc_case_fold() argument
H A Dkoi8_r.c107 koi8_r_mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in koi8_r_mbc_case_fold() argument
108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in koi8_r_mbc_case_fold() argument
H A Dsjis.c156 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold() argument
157 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
202 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match() argument
H A Deuc_jp.c140 mbc_case_fold(OnigCaseFoldType flag ARG_UNUSED, in mbc_case_fold() argument
141 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
183 is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in is_allowed_reverse_match() argument
H A Diso8859_1.c114 get_case_fold_codes_by_str(OnigCaseFoldType flag ARG_UNUSED, in get_case_fold_codes_by_str() argument
203 const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_2.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_10.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_13.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_14.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_15.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_16.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_3.c108 const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_4.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Diso8859_9.c108 const UChar** pp, const UChar* end ARG_UNUSED, UChar* lower) in mbc_case_fold() argument
H A Dregenc.h63 #ifndef ARG_UNUSED
65 # define ARG_UNUSED __attribute__ ((unused)) macro
67 # define ARG_UNUSED macro
H A Dbig5.c164 big5_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in big5_is_allowed_reverse_match() argument
H A Dmktable.c348 static int IsDigit(int enc ARG_UNUSED, int c) in IsDigit() argument
1097 static int IsAscii(int enc ARG_UNUSED, int c) in IsAscii() argument
1103 static int IsNewline(int enc ARG_UNUSED, int c) in IsNewline() argument
1163 extern int main(int argc ARG_UNUSED, char* argv[] ARG_UNUSED) in main() argument
H A Deuc_kr.c139 euckr_is_allowed_reverse_match(const UChar* s, const UChar* end ARG_UNUSED) in euckr_is_allowed_reverse_match() argument

Completed in 75 milliseconds

12