Searched refs:regex_end (Results 1 – 1 of 1) sorted by relevance
88 tre_expand_macro(const tre_char_t *regex, const tre_char_t *regex_end, in tre_expand_macro() argument94 if (regex >= regex_end) in tre_expand_macro()884 tre_parse_int(const tre_char_t **regex, const tre_char_t *regex_end) in tre_parse_int() argument888 while (r < regex_end && *r >= L'0' && *r <= L'9') in tre_parse_int()