Home
last modified time | relevance | path

Searched refs:g_regex_match_simple (Results 1 – 6 of 6) sorted by relevance

/third_party/glib/glib/
Dgregex.h482 gboolean g_regex_match_simple (const gchar *pattern,
Dgregex.c1915 g_regex_match_simple (const gchar *pattern, in g_regex_match_simple() function
/third_party/gstreamer/gstplugins_base/tests/examples/gl/gtk/3dvideo/
Dmain.cpp272 if (g_regex_match_simple ("half", uri, G_REGEX_CASELESS, in detect_mode_from_uri()
/third_party/glib/docs/reference/glib/
Dglib-sections.txt1422 g_regex_match_simple
/third_party/glib/glib/tests/
Dregex.c160 match = g_regex_match_simple (data->pattern, data->string, data->compile_opts, data->match_opts); in test_match_simple()
/third_party/gstreamer/gstreamer/gst/
Dgstvalue.c7637 return g_regex_match_simple ("^([\\+\\/][\\w\\d-]+)+$", s, G_REGEX_CASELESS, in is_valid_flags_string()