Home
last modified time | relevance | path

Searched refs:enclen (Results 1 – 16 of 16) sorted by relevance

/PHP-7.2/ext/mbstring/oniguruma/src/
H A Deuc_jp.c101 len = enclen(ONIG_ENCODING_EUC_JP, p); in mbc_to_code()
152 if (enclen(ONIG_ENCODING_EUC_JP, buf) != (p - buf)) in code_to_mbc()
173 len = enclen(ONIG_ENCODING_EUC_JP, p); in mbc_case_fold()
195 len = enclen(ONIG_ENCODING_EUC_JP, p); in left_adjust_char_head()
H A Dsjis.c134 len = enclen(ONIG_ENCODING_SJIS, p); in mbc_to_code()
156 if (enclen(ONIG_ENCODING_SJIS, buf) != (p - buf)) in code_to_mbc()
175 int len = enclen(ONIG_ENCODING_SJIS, p); in mbc_case_fold()
228 len = enclen(ONIG_ENCODING_SJIS, p); in left_adjust_char_head()
H A Dregenc.c69 p += enclen(enc, p); in onigenc_get_right_adjust_char_head()
82 p += enclen(enc, p); in onigenc_get_right_adjust_char_head_with_prev()
678 p += enclen(enc, p); in onigenc_length_check_is_valid_mbc_string()
699 len = enclen(enc, p); in onigenc_mbn_mbc_to_code()
727 len = enclen(enc, p); in onigenc_mbn_mbc_case_fold()
748 (*pp) += enclen(enc, p);
780 if (enclen(enc, buf) != (p - buf)) in onigenc_mb2_code_to_mbc()
803 if (enclen(enc, buf) != (p - buf)) in onigenc_mb4_code_to_mbc()
887 p += enclen(enc, p); in onigenc_with_ascii_strncmp()
H A Dregexec.c1745 s += enclen(encode, s); in match_at()
1829 n = enclen(encode, s); in match_at()
1838 n = enclen(encode, s); in match_at()
1847 n = enclen(encode, s); in match_at()
1859 n = enclen(encode, s); in match_at()
1878 n = enclen(encode, s); in match_at()
1954 s += enclen(encode, s); in match_at()
1963 s += enclen(encode, s); in match_at()
2807 s += enclen(enc, s); in slow_search()
2852 s += enclen(enc, s); in slow_search_ic()
[all …]
H A Dregerror.c234 p += enclen(enc, p); in to_ascii()
354 len = enclen(enc, p);
371 len = enclen(enc, p);
H A Dunicode.c211 p += enclen(enc, p); in onigenc_unicode_property_name_to_ctype()
257 len = enclen(enc, p); in onigenc_unicode_mbc_case_fold()
454 len = enclen(enc, p); in onigenc_unicode_get_case_fold_codes_by_str()
623 clen = enclen(enc, p); in onigenc_unicode_get_case_fold_codes_by_str()
647 clen = enclen(enc, p); in onigenc_unicode_get_case_fold_codes_by_str()
H A Deuc_tw.c137 len = enclen(ONIG_ENCODING_EUC_TW, p); in euctw_left_adjust_char_head()
H A Dbig5.c156 len = enclen(ONIG_ENCODING_BIG5, p); in big5_left_adjust_char_head()
H A Deuc_kr.c131 len = enclen(ONIG_ENCODING_EUC_KR, p); in euckr_left_adjust_char_head()
H A Dutf8.c260 (*pp) += enclen(ONIG_ENCODING_UTF8, p);
H A Dregparse.c1514 return ((enclen(enc, sn->s) < sn->end - sn->s) ? 1 : 0); in str_node_can_be_split()
2809 q = p + enclen(enc, p); in find_str_position()
2814 q += enclen(enc, q); in find_str_position()
2840 p += enclen(enc, p); in str_exist_check_with_esc()
2844 q = p + enclen(enc, p); in str_exist_check_with_esc()
2849 q += enclen(enc, q); in str_exist_check_with_esc()
2852 p += enclen(enc, p); in str_exist_check_with_esc()
2982 if (p > prev + enclen(enc, prev) && !PEND && (PPEEK_IS('}'))) { in fetch_token_in_cc()
3009 if (p > prev + enclen(enc, prev) && !PEND && (PPEEK_IS('}'))) { in fetch_token_in_cc()
4281 len = enclen(env->enc, buf); in parse_char_class()
[all …]
H A Dregenc.h74 #define enclen(enc,p) ONIGENC_MBC_ENC_LEN(enc,p) macro
H A Dregparse.h358 int __res = enclen(enc, p); \
H A Dregint.h770 extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNode* cc));
H A Dregcomp.c2105 s += enclen(reg->enc, s); in get_char_length_tree1()
4273 len = enclen(enc, p); in concat_opt_exact_info()
4295 len = enclen(enc, p); in concat_opt_exact_info_str()
4321 len = enclen(env->enc, to->s + i); in alt_merge_opt_exact_info()
5110 p += enclen(enc, p); in print_enc_string()
5949 len = enclen(enc, bp); in onig_print_compiled_byte_code()
/PHP-7.2/ext/mbstring/oniguruma/
H A DHISTORY896 and minimum enclen > 1.

Completed in 84 milliseconds