Lines Matching +defs:string +defs:match
176 const gchar *string, in test_match_simple()
181 gboolean match; in test_match_simple() local
198 #define TEST_MATCH_SIMPLE(pattern, string, compile_opts, match_opts, expected) { \ argument
210 const gchar *string, in test_match()
217 gboolean match; in test_match() local
254 #define TEST_MATCH(pattern, compile_opts, match_opts, string, \ argument
266 gchar *string; member
274 Match *match = data; in free_match() local
283 const gchar *string, in test_match_next()
304 Match *match; in test_match_next() local
323 Match *match = g_new0 (Match, 1); in test_match_next() local
351 Match *match = l_match->data; in test_match_next() local
389 #define TEST_MATCH_NEXT0(pattern, string, string_len, start_position) { \ argument
397 #define TEST_MATCH_NEXT1(pattern, string, string_len, start_position, \ argument
407 #define TEST_MATCH_NEXT2(pattern, string, string_len, start_position, \ argument
417 #define TEST_MATCH_NEXT3(pattern, string, string_len, start_position, \ argument
427 #define TEST_MATCH_NEXT4(pattern, string, string_len, start_position, \ argument
439 const gchar *string, in test_match_count()
470 #define TEST_MATCH_COUNT(pattern, string, start_position, match_opts, expected_count) { \ argument
480 const gchar *string, in test_partial()
520 #define TEST_PARTIAL(pattern, string, expected) { \ argument
530 const gchar *string, in test_sub_pattern()
575 #define TEST_SUB_PATTERN(pattern, string, start_position, sub_n, expected_sub, \ argument
588 const gchar *string, in test_named_sub_pattern()
633 #define TEST_NAMED_SUB_PATTERN(pattern, string, start_position, sub_name, \ argument
643 #define TEST_NAMED_SUB_PATTERN_DUPNAMES(pattern, string, start_position, sub_name, \ argument
655 const gchar *string, in test_fetch_all()
726 #define TEST_FETCH_ALL0(pattern, string) { \ argument
734 #define TEST_FETCH_ALL1(pattern, string, e1) { \ argument
742 #define TEST_FETCH_ALL2(pattern, string, e1, e2) { \ argument
750 #define TEST_FETCH_ALL3(pattern, string, e1, e2, e3) { \ argument
760 const gchar *string, in test_split_simple()
824 #define TEST_SPLIT_SIMPLE0(pattern, string) { \ argument
832 #define TEST_SPLIT_SIMPLE1(pattern, string, e1) { \ argument
840 #define TEST_SPLIT_SIMPLE2(pattern, string, e1, e2) { \ argument
848 #define TEST_SPLIT_SIMPLE3(pattern, string, e1, e2, e3) { \ argument
858 const gchar *string, in test_split_full()
931 const gchar *string, in test_split()
998 #define TEST_SPLIT0(pattern, string, start_position, max_tokens) { \ argument
1014 #define TEST_SPLIT1(pattern, string, start_position, max_tokens, e1) { \ argument
1030 #define TEST_SPLIT2(pattern, string, start_position, max_tokens, e1, e2) { \ argument
1046 #define TEST_SPLIT3(pattern, string, start_position, max_tokens, e1, e2, e3) { \ argument
1102 const gchar *string, in test_expand()
1141 #define TEST_EXPAND(pattern, string, string_to_expand, raw, expected) { \ argument
1151 const gchar *string, in test_replace()
1179 #define TEST_REPLACE(pattern, string, start_position, replacement, expected) { \ argument
1189 const gchar *string, in test_replace_lit()
1218 #define TEST_REPLACE_LIT(pattern, string, start_position, replacement, expected) { \ argument
1262 test_escape (const gchar *string, in test_escape()
1285 #define TEST_ESCAPE(string, length, expected) { \ argument
1295 const gchar *string, in test_match_all_full()
1318 Match *match; in test_match_all_full() local
1405 const gchar *string, in test_match_all()
1425 Match *match; in test_match_all() local
1509 #define TEST_MATCH_ALL0(pattern, string, string_len, start_position) { \ argument
1525 #define TEST_MATCH_ALL1(pattern, string, string_len, start_position, \ argument
1543 #define TEST_MATCH_ALL2(pattern, string, string_len, start_position, \ argument
1561 #define TEST_MATCH_ALL3(pattern, string, string_len, start_position, \ argument