Searched refs:g_regex_replace (Results 1 – 5 of 5) sorted by relevance
188 gchar *g_regex_replace (const GRegex *regex,
3802 #undef g_regex_replace 3803 extern __typeof (g_regex_replace) g_regex_replace __attribute((alias("IA__g_regex_replace"), visibi…
3791 extern __typeof (g_regex_replace) IA__g_regex_replace __attribute((visibility("hidden")));3792 #define g_regex_replace IA__g_regex_replace macro
917 g_regex_replace
1163 res = g_regex_replace (regex, string, -1, start_position, replacement, 0, NULL); in test_replace()