HomeSort by relevance Sort by last modified time
    Searched refs:replace_all (Results 1 - 11 of 11) sorted by null

  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/units/detail/
utility.hpp 50 boost::replace_all(out,"boost::units::","");
  /external/skia/tools/
skdiff_utils.cpp 82 static SkString replace_all(const SkString &input, function
107 diffName = replace_all(diffName, PATH_DIV_STR, "_");
  /prebuilts/gdb/darwin-x86/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /prebuilts/gdb/linux-x86/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/idlelib/
ReplaceDialog.py 50 self.make_button("Replace All", self.replace_all)
78 def replace_all(self, event=None): member in class:ReplaceDialog
  /external/protobuf/src/google/protobuf/stubs/
strutil.cc 100 // and append the result to "res". If replace_all is false,
105 const string& newsub, bool replace_all,
122 } while (replace_all);
136 const string& newsub, bool replace_all) {
138 StringReplace(s, oldsub, newsub, replace_all, &ret);
    [all...]
strutil.h 167 const string& newsub, bool replace_all);
  /external/selinux/libsemanage/src/
genhomedircon.c 491 static Ustr *replace_all(const char *str, const replacement_pair_t * repl) function
569 line = replace_all(tpl->data, repl);
595 line = replace_all(tpl->data, repl);
624 line = replace_all(tpl->data, repl);
  /ndk/tests/device/issue42891-boost-1_52/jni/boost/boost/algorithm/string/
replace.hpp 586 // replace_all --------------------------------------------------------------------//
649 inline void replace_all( function in namespace:boost::algorithm
660 // replace_all ( case insensitive ) -----------------------------------------------//
    [all...]
  /external/libchrome/base/strings/
string_util.cc 706 bool replace_all) {
717 if (!replace_all) {
    [all...]

Completed in 316 milliseconds