Home
last modified time | relevance | path

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

/PHP-5.5/ext/mbstring/oniguruma/enc/
H A Deuc_jp.c65 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 Dsjis.c101 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 Dutf8.c99 len = enclen(ONIG_ENCODING_UTF8, p); in mbc_to_code()
233 (*pp) += enclen(ONIG_ENCODING_UTF8, p);
H A Deuc_tw.c98 len = enclen(ONIG_ENCODING_EUC_TW, p); in euctw_left_adjust_char_head()
H A Dbig5.c131 len = enclen(ONIG_ENCODING_BIG5, p); in big5_left_adjust_char_head()
H A Deuc_kr.c107 len = enclen(ONIG_ENCODING_EUC_KR, p); in euckr_left_adjust_char_head()
H A Dunicode.c10836 p += enclen(enc, p); in onigenc_unicode_property_name_to_ctype()
10973 len = enclen(enc, p);
11170 len = enclen(enc, p);
11319 clen = enclen(enc, p);
11340 clen = enclen(enc, p);
/PHP-5.5/ext/mbstring/oniguruma/
H A Dregenc.c58 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 Dregexec.c1301 len = enclen(encode, q); in match_at()
1804 n = enclen(encode, s); in match_at()
1816 n = enclen(encode, s); in match_at()
1835 n = enclen(encode, s); in match_at()
1850 n = enclen(encode, s); in match_at()
1873 n = enclen(encode, s); in match_at()
1891 n = enclen(encode, s); in match_at()
2055 ss += enclen(encode, ss); in match_at()
2765 s += enclen(enc, s); in slow_search()
2810 s += enclen(enc, s); in slow_search_ic()
[all …]
H A Dregerror.c228 p += enclen(enc, p); in to_ascii()
349 len = enclen(enc, p);
357 len = enclen(enc, p);
H A Dregenc.h74 #define enclen(enc,p) ONIGENC_MBC_ENC_LEN(enc,p) macro
H A Dregparse.c1556 return ((enclen(enc, sn->s) < sn->end - sn->s) ? 1 : 0); in str_node_can_be_split()
2846 q = p + enclen(enc, p); in find_str_position()
2851 q += enclen(enc, q); in find_str_position()
2877 p += enclen(enc, p); in str_exist_check_with_esc()
2881 q = p + enclen(enc, p); in str_exist_check_with_esc()
2886 q += enclen(enc, q); in str_exist_check_with_esc()
2889 p += enclen(enc, p); in str_exist_check_with_esc()
3578 p = tok->backp + enclen(enc, tok->backp); in fetch_token()
4260 len = enclen(env->enc, buf); in parse_char_class()
5110 if (len == enclen(env->enc, NSTR(*np)->s)) { in parse_exp()
[all …]
H A Dregcomp.c472 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()
3394 len = enclen(reg->enc, p); in expand_case_fold_string()
4217 len = enclen(enc, p); in concat_opt_exact_info()
4239 len = enclen(enc, p); in concat_opt_exact_info_str()
4265 len = enclen(env->enc, to->s + i); in alt_merge_opt_exact_info()
5049 p += enclen(enc, p); in print_enc_string()
[all …]
H A Dregint.h779 extern int onig_is_code_in_cc_len P_((int enclen, OnigCodePoint code, CClassNode* cc));
H A DHISTORY784 and minimum enclen > 1.

Completed in 99 milliseconds