Searched refs:g_regex_match_simple (Results 1 – 6 of 6) sorted by relevance
/third_party/glib/glib/ |
D | gregex.h | 482 gboolean g_regex_match_simple (const gchar *pattern,
|
D | gregex.c | 1915 g_regex_match_simple (const gchar *pattern, in g_regex_match_simple() function
|
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/ |
D | main.cpp | 272 if (g_regex_match_simple ("half", uri, G_REGEX_CASELESS, in detect_mode_from_uri()
|
/third_party/glib/docs/reference/glib/ |
D | glib-sections.txt | 1422 g_regex_match_simple
|
/third_party/glib/glib/tests/ |
D | regex.c | 160 match = g_regex_match_simple (data->pattern, data->string, data->compile_opts, data->match_opts); in test_match_simple()
|
/third_party/gstreamer/gstreamer/gst/ |
D | gstvalue.c | 7637 return g_regex_match_simple ("^([\\+\\/][\\w\\d-]+)+$", s, G_REGEX_CASELESS, in is_valid_flags_string()
|