Home
last modified time | relevance | path

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

/third_party/glib/glib/
Dgregex.h524 gchar **g_regex_split_full (const GRegex *regex,
Dgregex.c2380 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/
Dglib-sections.txt1429 g_regex_split_full
/third_party/glib/glib/tests/
Dregex.c873 tokens = g_regex_split_full (regex, data->string, -1, data->start_position, in test_split_full()