Lines Matching refs:enclen
1514 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()
3349 if ((p > prev + enclen(enc, prev)) && !PEND && PPEEK_IS('}')) { in fetch_token()
3374 if ((p > prev + enclen(enc, prev)) && !PEND && PPEEK_IS('}')) { in fetch_token()
4281 len = enclen(env->enc, buf); in parse_char_class()
5065 if (len == enclen(env->enc, NSTR(*np)->s)) {//should not enclen_end() in parse_exp()
5081 if (len + rem == enclen(env->enc, NSTR(*np)->s)) { in parse_exp()