Searched refs:g_regex_split_full (Results 1 – 4 of 4) sorted by relevance
/third_party/glib/glib/ |
D | gregex.h | 524 gchar **g_regex_split_full (const GRegex *regex,
|
D | gregex.c | 2380 result = g_regex_split_full (regex, string, -1, 0, match_options, 0, NULL); in g_regex_split_simple() 2421 return g_regex_split_full (regex, string, -1, 0, in g_regex_split() 2464 g_regex_split_full (const GRegex *regex, in g_regex_split_full() function
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1429 g_regex_split_full
|
/third_party/glib/glib/tests/ |
D | regex.c | 873 tokens = g_regex_split_full (regex, data->string, -1, data->start_position, in test_split_full()
|