Home
last modified time | relevance | path

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

/external/protobuf/src/google/protobuf/stubs/
Dstrutil.cc131 void StringReplace(const string& s, const string& oldsub, in StringReplace() argument
134 if (oldsub.empty()) { in StringReplace()
142 pos = s.find(oldsub, start_pos); in StringReplace()
148 start_pos = pos + oldsub.size(); // start searching again after the "old" in StringReplace()
162 string StringReplace(const string& s, const string& oldsub, in StringReplace() argument
165 StringReplace(s, oldsub, newsub, replace_all, &ret); in StringReplace()
Dstrutil.h204 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
/external/guice/extensions/struts2/lib/
Dfreemarker-2.3.16.jarMETA-INF/ META-INF/MANIFEST.MF freemarker/ freemarker/cache/ freemarker/ ...