Searched refs:sub_end (Results 1 – 3 of 3) sorted by relevance
142 const char_type* sub_end = sub; in length() local143 while(*sub_end) ++sub_end; in length()144 return length(named_subexpression_index(sub, sub_end)); in length()151 const charT* sub_end = sub; in length() local152 while(*sub_end) ++sub_end; in length()153 return length(named_subexpression_index(sub, sub_end)); in length()177 const char_type* sub_end = sub; in position() local178 while(*sub_end) ++sub_end; in position()179 return position(named_subexpression_index(sub, sub_end)); in position()184 const charT* sub_end = sub; in position() local[all …]
343 long *sub_end; in do_subtree() local394 sub_end = (sizes_index + (*p - 1)); in do_subtree()400 do_subtree(sub_start, sub_end, median_file_size, in do_subtree()
793 const char *sub_end; in parse_longest_operator() local800 sub_end = copy_sub_string (buf, *strp, p, end); in parse_longest_operator()802 p = sub_end + 1; in parse_longest_operator()