Searched refs:rure_set_matches (Results 1 - 3 of 3) sorted by relevance
/third_party/rust/crates/regex/regex-capi/ctest/ |
H A D | test.c | 389 if (!rure_set_matches(re, (const uint8_t *) "foobar", 6, 0, matches)) { in test_regex_set_matches() 451 if (!rure_set_matches(re, (const uint8_t *)"fooobar", 8, 0, matches)) { in test_regex_set_match_start() 471 if (!rure_set_matches(re, (const uint8_t *)"fooobar", 7, 1, matches)) { in test_regex_set_match_start()
|
/third_party/rust/crates/regex/regex-capi/include/ |
H A D | rure.h | 497 * rure_set_matches compares each regex in the set against the haystack and 520 bool rure_set_matches(rure_set *re, const uint8_t *haystack, size_t length,
|
/third_party/rust/crates/regex/regex-capi/src/ |
H A D | rure.rs | 548 fn rure_set_matches( in rure_set_matches() functions
|
Completed in 3 milliseconds