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