D | regex.c | 164 #define TEST_MATCH_SIMPLE_NAMED(_name, _pattern, _string, _compile_opts, _match_opts, _expected) { \ argument 178 #define TEST_MATCH_SIMPLE(_pattern, _string, _compile_opts, _match_opts, _expected) \ argument 180 #define TEST_MATCH_NOTEMPTY(_pattern, _string, _expected) \ argument 182 #define TEST_MATCH_NOTEMPTY_ATSTART(_pattern, _string, _expected) \ argument 236 #define TEST_MATCH(_pattern, _compile_opts, _match_opts, _string, \ argument 340 #define TEST_MATCH_NEXT0(_pattern, _string, _string_len, _start_position) { \ argument 354 #define TEST_MATCH_NEXT1(_pattern, _string, _string_len, _start_position, \ argument 374 #define TEST_MATCH_NEXT2(_pattern, _string, _string_len, _start_position, \ argument 399 #define TEST_MATCH_NEXT3(_pattern, _string, _string_len, _start_position, \ argument 429 #define TEST_MATCH_NEXT4(_pattern, _string, _string_len, _start_position, \ argument [all …]
|