Home
last modified time | relevance | path

Searched refs:g_match_info_get_string (Results 1 – 6 of 6) sorted by relevance

/external/bluetooth/glib/glib/
Dgregex.h216 const gchar *g_match_info_get_string (const GMatchInfo *match_info);
Dgaliasdef.c3817 #undef g_match_info_get_string
3818 extern __typeof (g_match_info_get_string) g_match_info_get_string __attribute((alias("IA__g_match_i…
Dgalias.h3806 extern __typeof (g_match_info_get_string) IA__g_match_info_get_string __attribute((visibility("hidd…
3807 #define g_match_info_get_string IA__g_match_info_get_string macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt923 g_match_info_get_string
/external/bluetooth/glib/tests/
Dregex-test.c332 g_assert (string == g_match_info_get_string (match_info)); in test_match_next()
/external/bluetooth/glib/
DChangeLog.pre-2-14635 replaces g_regex_free(); g_match_info_get_regex(), g_match_info_get_string();