Lines Matching refs:P_

143 extern int onigenc_ascii_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc f,…
144 extern int onigenc_ascii_get_case_fold_codes_by_str P_((OnigCaseFoldType flag, const OnigUChar* p, …
145 extern int onigenc_apply_all_case_fold_with_map P_((int map_size, const OnigPairCaseFoldCodes map[]…
146 extern int onigenc_get_case_fold_codes_by_str_with_map P_((int map_size, const OnigPairCaseFoldCode…
147 extern int onigenc_not_support_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint* sb_out, con…
148 extern int onigenc_is_mbc_newline_0x0a P_((const UChar* p, const UChar* end));
152 extern int onigenc_ascii_mbc_case_fold P_((OnigCaseFoldType flag, const UChar** p, const UChar* end…
153 extern int onigenc_single_byte_mbc_enc_len P_((const UChar* p));
154 extern OnigCodePoint onigenc_single_byte_mbc_to_code P_((const UChar* p, const UChar* end));
155 extern int onigenc_single_byte_code_to_mbclen P_((OnigCodePoint code));
156 extern int onigenc_single_byte_code_to_mbc P_((OnigCodePoint code, UChar *buf));
157 extern UChar* onigenc_single_byte_left_adjust_char_head P_((const UChar* start, const UChar* s));
158 extern int onigenc_always_true_is_allowed_reverse_match P_((const UChar* s, const UChar* end));
159 extern int onigenc_always_false_is_allowed_reverse_match P_((const UChar* s, const UChar* end));
160 extern int onigenc_always_true_is_valid_mbc_string P_((const UChar* s, const UChar* end));
161 extern int onigenc_length_check_is_valid_mbc_string P_((OnigEncoding enc, const UChar* s, const UCh…
164 extern OnigCodePoint onigenc_mbn_mbc_to_code P_((OnigEncoding enc, const UChar* p, const UChar* end…
165 extern int onigenc_mbn_mbc_case_fold P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar** p, …
166 extern int onigenc_mb2_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf));
167 extern int onigenc_minimum_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
168 extern int onigenc_unicode_property_name_to_ctype P_((OnigEncoding enc, UChar* p, UChar* end));
169 extern int onigenc_is_mbc_word_ascii P_((OnigEncoding enc, UChar* s, const UChar* end));
170 extern int onigenc_mb2_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, unsigned int ctype));
171 extern int onigenc_mb4_code_to_mbc P_((OnigEncoding enc, OnigCodePoint code, UChar *buf));
172 extern int onigenc_mb4_is_code_ctype P_((OnigEncoding enc, OnigCodePoint code, unsigned int ctype));
173 extern struct PropertyNameCtype* onigenc_euc_jp_lookup_property_name P_((register const char *str, …
174 extern struct PropertyNameCtype* onigenc_sjis_lookup_property_name P_((register const char *str, re…
177 extern int onigenc_unicode_is_code_ctype P_((OnigCodePoint code, unsigned int ctype));
178 extern int onigenc_utf16_32_get_ctype_code_range P_((OnigCtype ctype, OnigCodePoint *sb_out, const …
179 extern int onigenc_unicode_ctype_code_range P_((OnigCtype ctype, const OnigCodePoint* ranges[]));
180 extern int onigenc_unicode_get_case_fold_codes_by_str P_((OnigEncoding enc, OnigCaseFoldType flag, …
181 extern int onigenc_unicode_mbc_case_fold P_((OnigEncoding enc, OnigCaseFoldType flag, const UChar**…
182 extern int onigenc_unicode_apply_all_case_fold P_((OnigCaseFoldType flag, OnigApplyAllCaseFoldFunc …
184 extern int onigenc_egcb_is_break_position P_((OnigEncoding enc, UChar* p, UChar* prev, const UChar*…
187 extern int onigenc_wb_is_break_position P_((OnigEncoding enc, UChar* p, UChar* prev, const UChar* s…
247 onigenc_with_ascii_strncmp P_((OnigEncoding enc, const UChar* p, const UChar* end, const UChar* sas…
249 onigenc_step P_((OnigEncoding enc, const UChar* p, const UChar* end, int n));
252 extern int onig_is_in_code_range P_((const UChar* p, OnigCodePoint code));