Home
last modified time | relevance | path

Searched refs:rure_find_captures (Results 1 - 2 of 2) sorted by relevance

/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h74 * An rure_captures value can be reused in multiple calls to rure_find_captures,
203 * rure_find should be preferred to rure_find_captures since it may be faster.
212 * rure_find_captures returns true if and only if re matches anywhere in
236 bool rure_find_captures(rure *re, const uint8_t *haystack, size_t length,
365 * rure_find_captures or rure_iter_next_captures.
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c96 bool matched = rure_find_captures(re, (const uint8_t *)haystack, in test_captures()

Completed in 2 milliseconds