Home
last modified time | relevance | path

Searched refs:sub_end (Results 1 – 3 of 3) sorted by relevance

/third_party/boost/boost/regex/v4/
Dmatch_results.hpp142 const char_type* sub_end = sub; in length() local
143 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() local
152 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() local
178 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 …]
/third_party/ltp/testcases/kernel/fs/mongo/
Dreiser_fract_tree.c343 long *sub_end; in do_subtree() local
394 sub_end = (sizes_index + (*p - 1)); in do_subtree()
400 do_subtree(sub_start, sub_end, median_file_size, in do_subtree()
/third_party/pixman/test/
Dlowlevel-blt-bench.c793 const char *sub_end; in parse_longest_operator() local
800 sub_end = copy_sub_string (buf, *strp, p, end); in parse_longest_operator()
802 p = sub_end + 1; in parse_longest_operator()