Home
last modified time | relevance | path

Searched refs:g_regex_match_all (Results 1 – 5 of 5) sorted by relevance

/external/bluetooth/glib/glib/
Dgregex.h159 gboolean g_regex_match_all (const GRegex *regex,
Dgaliasdef.c3787 #undef g_regex_match_all
3788 extern __typeof (g_regex_match_all) g_regex_match_all __attribute((alias("IA__g_regex_match_all"), …
Dgalias.h3776 extern __typeof (g_regex_match_all) IA__g_regex_match_all __attribute((visibility("hidden")));
3777 #define g_regex_match_all IA__g_regex_match_all macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt912 g_regex_match_all
/external/bluetooth/glib/tests/
Dregex-test.c1439 match_ok = g_regex_match_all (regex, string, 0, &match_info); in test_match_all()