Home
last modified time | relevance | path

Searched refs:rure_set_is_match (Results 1 - 3 of 3) sorted by relevance

/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c378 if (!rure_set_is_match(re, (const uint8_t *) "foobar", 6, 0)) { in test_regex_set_matches()
383 if (rure_set_is_match(re, (const uint8_t *) "", 0, 0)) { in test_regex_set_matches()
444 if (rure_set_is_match(re, (const uint8_t *)"foobiasdr", 7, 2)) { in test_regex_set_match_start()
/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h493 bool rure_set_is_match(rure_set *re, const uint8_t *haystack, size_t length,
518 * caring which, use rure_set_is_match.
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs535 fn rure_set_is_match( in rure_set_is_match() functions

Completed in 3 milliseconds