Home
last modified time | relevance | path

Searched defs:_pattern (Results 1 – 2 of 2) sorted by relevance

/third_party/glib/glib/tests/
Dregex.c86 #define TEST_NEW(_pattern, _compile_opts, _match_opts) { \ argument
100 #define TEST_NEW_CHECK_FLAGS(_pattern, _compile_opts, _match_opts, _real_compile_opts, _real_match_… argument
130 #define TEST_NEW_FAIL(_pattern, _compile_opts, _expected_error) { \ argument
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
[all …]
/third_party/python/Include/internal/
Dpycore_ast.h566 struct _pattern { struct
567 enum _pattern_kind kind; argument
578 asdl_pattern_seq *patterns; argument
607 } v;
608 int lineno;
609 int col_offset;
610 int end_lineno;
611 int end_col_offset;