Searched defs:expected_end (Results 1 - 1 of 1) sorted by relevance

/external/bluetooth/glib/tests/
H A Dregex-test.c535 gint expected_end)
560 if (start != expected_start || end != expected_end)
563 start, end, expected_start, expected_end);
576 expected_start, expected_end) { \
579 expected_start, expected_end)) \
593 gint expected_end)
618 if (start != expected_start || end != expected_end)
621 start, end, expected_start, expected_end);
634 expected_sub, expected_start, expected_end) { \
637 expected_sub, expected_start, expected_end)) \
529 test_sub_pattern(const gchar *pattern, const gchar *string, gint start_position, gint sub_n, const gchar *expected_sub, gint expected_start, gint expected_end) argument
586 test_named_sub_pattern(const gchar *pattern, GRegexCompileFlags flags, const gchar *string, gint start_position, const gchar *sub_name, const gchar *expected_sub, gint expected_start, gint expected_end) argument
[all...]

Completed in 62 milliseconds