Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/include/
H A Drure.h524 * rure_set_len returns the number of patterns rure_set was compiled with.
526 size_t rure_set_len(rure_set *re);
/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c373 if (rure_set_len(re) != PAT_COUNT) { in test_regex_set_matches()
439 if (rure_set_len(re) != PAT_COUNT) { in test_regex_set_match_start()
/third_party/rust/crates/regex/regex-capi/src/
H A Drure.rs570 fn rure_set_len(re: *const RegexSet) -> size_t { in rure_set_len() functions

Completed in 3 milliseconds