Searched refs:enclen (Results 1 – 15 of 15) sorted by relevance
/PHP-7.0/ext/mbstring/oniguruma/enc/ |
H A D | euc_jp.c | 65 len = enclen(ONIG_ENCODING_EUC_JP, p); in mbc_to_code() 116 if (enclen(ONIG_ENCODING_EUC_JP, buf) != (p - buf)) in code_to_mbc() 137 len = enclen(ONIG_ENCODING_EUC_JP, p); in mbc_case_fold() 159 len = enclen(ONIG_ENCODING_EUC_JP, p); in left_adjust_char_head()
|
H A D | sjis.c | 101 len = enclen(ONIG_ENCODING_SJIS, p); in mbc_to_code() 123 if (enclen(ONIG_ENCODING_SJIS, buf) != (p - buf)) in code_to_mbc() 142 int len = enclen(ONIG_ENCODING_SJIS, p); in mbc_case_fold() 195 len = enclen(ONIG_ENCODING_SJIS, p); in left_adjust_char_head()
|
H A D | euc_tw.c | 98 len = enclen(ONIG_ENCODING_EUC_TW, p); in euctw_left_adjust_char_head()
|
H A D | big5.c | 131 len = enclen(ONIG_ENCODING_BIG5, p); in big5_left_adjust_char_head()
|
H A D | euc_kr.c | 107 len = enclen(ONIG_ENCODING_EUC_KR, p); in euckr_left_adjust_char_head()
|
H A D | unicode.c | 10836 p += enclen(enc, p); in onigenc_unicode_property_name_to_ctype() 10991 len = enclen(enc, p); 11188 len = enclen(enc, p); 11337 clen = enclen(enc, p); 11358 clen = enclen(enc, p);
|
H A D | utf8.c | 235 (*pp) += enclen(ONIG_ENCODING_UTF8, p);
|
/PHP-7.0/ext/mbstring/oniguruma/ |
H A D | regenc.c | 58 p += enclen(enc, p); in onigenc_get_right_adjust_char_head() 71 p += enclen(enc, p); in onigenc_get_right_adjust_char_head_with_prev() 647 len = enclen(enc, p); in onigenc_mbn_mbc_to_code() 675 len = enclen(enc, p); in onigenc_mbn_mbc_case_fold() 696 (*pp) += enclen(enc, p); 728 if (enclen(enc, buf) != (p - buf)) in onigenc_mb2_code_to_mbc() 751 if (enclen(enc, buf) != (p - buf)) in onigenc_mb4_code_to_mbc() 835 p += enclen(enc, p); in onigenc_with_ascii_strncmp()
|
H A D | regexec.c | 1301 len = enclen(encode, q); in match_at() 1799 n = enclen(encode, s); in match_at() 1811 n = enclen(encode, s); in match_at() 1830 n = enclen(encode, s); in match_at() 1845 n = enclen(encode, s); in match_at() 1868 n = enclen(encode, s); in match_at() 1886 n = enclen(encode, s); in match_at() 2050 ss += enclen(encode, ss); in match_at() 2760 s += enclen(enc, s); in slow_search() 2805 s += enclen(enc, s); in slow_search_ic() [all …]
|
H A D | regerror.c | 228 p += enclen(enc, p); in to_ascii() 349 len = enclen(enc, p); 357 len = enclen(enc, p);
|
H A D | regenc.h | 74 #define enclen(enc,p) ONIGENC_MBC_ENC_LEN(enc,p) macro
|
H A D | regparse.c | 1564 return ((enclen(enc, sn->s) < sn->end - sn->s) ? 1 : 0); in str_node_can_be_split() 2851 q = p + enclen(enc, p); in find_str_position() 2856 q += enclen(enc, q); in find_str_position() 2882 p += enclen(enc, p); in str_exist_check_with_esc() 2886 q = p + enclen(enc, p); in str_exist_check_with_esc() 2891 q += enclen(enc, q); in str_exist_check_with_esc() 2894 p += enclen(enc, p); in str_exist_check_with_esc() 3583 p = tok->backp + enclen(enc, tok->backp); in fetch_token() 4268 len = enclen(env->enc, buf); in parse_char_class() 5118 if (len == enclen(env->enc, NSTR(*np)->s)) { in parse_exp() [all …]
|
H A D | regcomp.c | 472 prev_len = enclen(enc, p); in compile_length_string_node() 478 len = enclen(enc, p); in compile_length_string_node() 521 prev_len = enclen(enc, p); in compile_string_node() 526 len = enclen(enc, p); in compile_string_node() 2315 s += enclen(reg->enc, s); in get_char_length_tree1() 3393 len = enclen(reg->enc, p); in expand_case_fold_string() 4216 len = enclen(enc, p); in concat_opt_exact_info() 4238 len = enclen(enc, p); in concat_opt_exact_info_str() 4264 len = enclen(env->enc, to->s + i); in alt_merge_opt_exact_info() 5048 p += enclen(enc, p); in print_enc_string() [all …]
|
H A D | regint.h | 796 extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNode* cc));
|
H A D | HISTORY | 808 and minimum enclen > 1.
|
Completed in 108 milliseconds