Searched refs:g_regex_split_full (Results 1 – 6 of 6) sorted by relevance
179 gchar **g_regex_split_full (const GRegex *regex,
3799 #undef g_regex_split_full 3800 extern __typeof (g_regex_split_full) g_regex_split_full __attribute((alias("IA__g_regex_split_full"…
3788 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
916 g_regex_split_full
889 tokens = g_regex_split_full (regex, string, -1, start_position, in test_split_full()
54 * glib/gregex.c (g_match_info_fetch_all), (g_regex_split_full):