Home
last modified time | relevance | path

Searched refs:regex_find (Results 1 – 3 of 3) sorted by relevance

/third_party/gstreamer/gstplugins_base/gst-libs/gst/gl/
Dgstglsl.c715 gchar *regex_find; in _mangle_texture_access() local
742 regex_find = g_strdup_printf ("%s(?=\\s*\\()", from_str); in _mangle_texture_access()
743 regex = g_regex_new (regex_find, 0, 0, NULL); in _mangle_texture_access()
745 g_free (regex_find); in _mangle_texture_access()
765 gchar *regex_find; in _mangle_sampler_type() local
783 regex_find = g_strdup_printf ("%s(?=\\s)", from_str); in _mangle_sampler_type()
784 regex = g_regex_new (regex_find, 0, 0, NULL); in _mangle_sampler_type()
786 g_free (regex_find); in _mangle_sampler_type()
/third_party/icu/icu4c/source/test/intltest/
Dregextst.h70 virtual void regex_find(const UnicodeString &pat, const UnicodeString &flags,
Dregextst.cpp3280 regex_find(testPattern, testFlags, matchString, srcPath, lineNum); in Extended()
3341 void RegexTest::regex_find(const UnicodeString &pattern, in regex_find() function in RegexTest