Searched refs:g_match_info_get_match_count (Results 1 - 4 of 4) sorted by relevance

/external/bluetooth/glib/glib/
H A Dgregex.h222 gint g_match_info_get_match_count (const GMatchInfo *match_info);
H A Dgaliasdef.c3829 #undef g_match_info_get_match_count macro
3830 extern __typeof (g_match_info_get_match_count) g_match_info_get_match_count __attribute((alias("IA__g_match_info_get_match_count"), visibility("default")));
H A Dgalias.h3818 extern __typeof (g_match_info_get_match_count) IA__g_match_info_get_match_count __attribute((visibility("hidden")));
3819 #define g_match_info_get_match_count IA__g_match_info_get_match_count macro
/external/bluetooth/glib/tests/
H A Dregex-test.c455 count = g_match_info_get_match_count (match_info);
1348 match_count = g_match_info_get_match_count (match_info);
1454 match_count = g_match_info_get_match_count (match_info);

Completed in 46 milliseconds