Searched refs:oldsub (Results 1 – 3 of 3) sorted by relevance
/external/protobuf/src/google/protobuf/stubs/ |
D | strutil.cc | 131 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()
|
D | strutil.h | 204 LIBPROTOBUF_EXPORT string StringReplace(const string& s, const string& oldsub,
|
/external/guice/extensions/struts2/lib/ |
D | freemarker-2.3.16.jar | META-INF/
META-INF/MANIFEST.MF
freemarker/
freemarker/cache/
freemarker/ ... |