Home
last modified time | relevance | path

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

/third_party/rust/crates/regex/regex-capi/ctest/
H A Dtest.c351 #define PAT_COUNT 6 in test_regex_set_matches() macro
364 PAT_COUNT, in test_regex_set_matches()
373 if (rure_set_len(re) != PAT_COUNT) { in test_regex_set_matches()
388 bool matches[PAT_COUNT]; in test_regex_set_matches()
399 for (i = 0; i < PAT_COUNT; ++i) { in test_regex_set_matches()
412 #undef PAT_COUNT in test_regex_set_matches() macro
417 #define PAT_COUNT 3 in test_regex_set_match_start() macro
430 PAT_COUNT, in test_regex_set_match_start()
439 if (rure_set_len(re) != PAT_COUNT) { in test_regex_set_match_start()
450 bool matches[PAT_COUNT]; in test_regex_set_match_start()
495 #undef PAT_COUNT test_regex_set_match_start() macro
[all...]

Completed in 1 milliseconds