Searched refs:lre_js_is_ident_next (Results 1 – 3 of 3) sorted by relevance
75 static inline int lre_js_is_ident_next(int c) in lre_js_is_ident_next() function
1106 if (!lre_js_is_ident_next(c)) in re_parse_group_name()
20429 if (!lre_js_is_ident_next(c)) in js_parse_regexp()20504 if (!lre_js_is_ident_next(c)) in parse_ident()20765 lre_js_is_ident_next(unicode_from_utf8(p, UTF8_CHAR_LEN_MAX, &p1))) { in next_token()21266 if (p[0] == 'n' && !lre_js_is_ident_next(p[1])) { in simple_next_token()21271 !lre_js_is_ident_next(p[5])) { in simple_next_token()21275 } else if (c == 'o' && *p == 'f' && !lre_js_is_ident_next(p[1])) { in simple_next_token()21280 !lre_js_is_ident_next(p[5])) { in simple_next_token()21285 p[5] == 'o' && p[6] == 'n' && !lre_js_is_ident_next(p[7])) { in simple_next_token()
Completed in 95 milliseconds