Searched refs:lre_js_is_ident_first (Results 1 – 3 of 3) sorted by relevance
62 static inline int lre_js_is_ident_first(int c) in lre_js_is_ident_first() function
1103 if (!lre_js_is_ident_first(c)) in re_parse_group_name()
20643 if (c1 >= 0 && lre_js_is_ident_first(c1)) { in next_token()20704 if (!lre_js_is_ident_first(c)) { in next_token()20981 } else if (lre_js_is_ident_first(c)) { in next_token()21264 if (lre_js_is_ident_first(c)) { in simple_next_token()
Completed in 98 milliseconds