Home
last modified time | relevance | path

Searched refs:g_regex_split_simple (Results 1 – 5 of 5) sorted by relevance

/third_party/glib/glib/
Dgregex.h515 gchar **g_regex_split_simple (const gchar *pattern,
Dgregex.c2365 g_regex_split_simple (const gchar *pattern, in g_regex_split_simple() function
/third_party/gstreamer/gstplugins_base/gst-libs/gst/pbutils/
Dencoding-profile.c2007 g_regex_split_simple ("(?<!\\\\)(?:\\\\\\\\)*:", value, 0, 0); in parse_encoding_profile()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1427 g_regex_split_simple
/third_party/glib/glib/tests/
Dregex.c790 tokens = g_regex_split_simple (data->pattern, data->string, 0, 0); in test_split_simple()