Searched refs:rure_iter_next_captures (Results 1 - 4 of 4) sorted by relevance
/third_party/rust/crates/regex/regex-capi/examples/ |
H A D | iter.c | 76 while (rure_iter_next_captures(it, sherlock, sherlock_len, caps)) { in main()
|
/third_party/rust/crates/regex/regex-capi/include/ |
H A D | rure.h | 326 * rure_iter_next should be preferred to rure_iter_next_captures since it may 336 * rure_iter_next_captures advances the iterator and returns true if and only if a 357 bool rure_iter_next_captures(rure_iter *it, 365 * rure_find_captures or rure_iter_next_captures.
|
/third_party/rust/crates/regex/regex-capi/src/ |
H A D | rure.rs | 365 fn rure_iter_next_captures( in rure_iter_next_captures() functions 390 return rure_iter_next_captures(it, haystack, len, captures); in rure_iter_next_captures()
|
/third_party/rust/crates/regex/regex-capi/ctest/ |
H A D | test.c | 182 matched = rure_iter_next_captures(it, haystack, haystack_len, caps); in test_iter()
|
Completed in 4 milliseconds