Home
last modified time | relevance | path

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

/external/oprofile/libregex/
Dop_regex.h94 void do_replace(std::string & str, std::string const & replace,
Dop_regex.cpp197 do_replace(str, regexp.replace, match); in do_execute()
215 void regular_expression_replace::do_replace in do_replace() function in regular_expression_replace
/external/chromium_org/third_party/jinja2/
Dfilters.py101 def do_replace(eval_ctx, s, old, new, count=None): function
937 'replace': do_replace,