Searched refs:g_regex_match_full (Results 1 – 5 of 5) sorted by relevance
/external/bluetooth/glib/glib/ |
D | gregex.h | 152 gboolean g_regex_match_full (const GRegex *regex,
|
D | galiasdef.c | 3784 #undef g_regex_match_full 3785 extern __typeof (g_regex_match_full) g_regex_match_full __attribute((alias("IA__g_regex_match_full"…
|
D | galias.h | 3773 extern __typeof (g_regex_match_full) IA__g_regex_match_full __attribute((visibility("hidden"))); 3774 #define g_regex_match_full IA__g_regex_match_full macro
|
/external/bluetooth/glib/tests/ |
D | regex-test.c | 223 match = g_regex_match_full (regex, string, string_len, in test_match() 319 g_regex_match_full (regex, string, string_len, in test_match_next() 453 g_regex_match_full (regex, string, -1, start_position, in test_match_count() 546 g_regex_match_full (regex, string, -1, start_position, 0, &match_info, NULL); in test_sub_pattern() 605 g_regex_match_full (regex, string, -1, start_position, 0, &match_info, NULL); in test_named_sub_pattern()
|
/external/bluetooth/glib/docs/reference/glib/ |
D | glib-sections.txt | 911 g_regex_match_full
|