HomeSort by relevance Sort by last modified time
    Searched defs:do_replace (Results 1 - 4 of 4) sorted by null

  /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/oprofile/libregex/
op_regex.cpp 197 do_replace(str, regexp.replace, match);
215 void regular_expression_replace::do_replace function in class:regular_expression_replace
  /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 241 milliseconds