OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:do_replace
(Results
1 - 5
of
5
) sorted by null
/external/oprofile/libregex/
op_regex.h
94
void
do_replace
(std::string & str, std::string const & replace,
op_regex.cpp
197
do_replace
(str, regexp.replace, match);
215
void regular_expression_replace::
do_replace
function in class:regular_expression_replace
/prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py
57
self.
do_replace
()
61
if self.
do_replace
(): # Only find next match if replace succeeded.
143
def
do_replace
(self):
member in class:ReplaceDialog
/prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py
57
self.
do_replace
()
61
if self.
do_replace
(): # Only find next match if replace succeeded.
143
def
do_replace
(self):
member in class:ReplaceDialog
/external/chromium_org/third_party/jinja2/
filters.py
101
def
do_replace
(eval_ctx, s, old, new, count=None):
function
937
'replace':
do_replace
,
Completed in 640 milliseconds