Home
last modified time | relevance | path

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

/external/bluetooth/glib/glib/
Dgregex.h179 gchar **g_regex_split_full (const GRegex *regex,
Dgaliasdef.c3799 #undef g_regex_split_full
3800 extern __typeof (g_regex_split_full) g_regex_split_full __attribute((alias("IA__g_regex_split_full"…
Dgalias.h3788 extern __typeof (g_regex_split_full) IA__g_regex_split_full __attribute((visibility("hidden")));
3789 #define g_regex_split_full IA__g_regex_split_full macro
/external/bluetooth/glib/docs/reference/glib/
Dglib-sections.txt916 g_regex_split_full
/external/bluetooth/glib/tests/
Dregex-test.c889 tokens = g_regex_split_full (regex, string, -1, start_position, in test_split_full()
/external/bluetooth/glib/
DChangeLog.pre-2-1454 * glib/gregex.c (g_match_info_fetch_all), (g_regex_split_full):