Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgregex.h163 gboolean g_regex_match_all_full (const GRegex *regex,
Dgaliasdef.c3790 #undef g_regex_match_all_full
3791 extern __typeof (g_regex_match_all_full) g_regex_match_all_full __attribute((alias("IA__g_regex_mat…
Dgalias.h3779 extern __typeof (g_regex_match_all_full) IA__g_regex_match_all_full __attribute((visibility("hidden…
3780 #define g_regex_match_all_full IA__g_regex_match_all_full macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt913 g_regex_match_all_full
/external/bluetooth/glib/tests/
Dregex-test.c1332 match_ok = g_regex_match_all_full (regex, string, string_len, start_position, in test_match_all_full()