/external/chromium_org/third_party/re2/re2/ |
simplify.cc | 204 Regexp* newsub = child_args[i]; local 205 if (newsub != sub) { 212 Regexp* newsub = child_args[i]; local 213 newsub->Decref(); 228 Regexp* newsub = child_args[0]; local 229 if (newsub == re->sub()[0]) { 230 newsub->Decref(); 236 nre->sub()[0] = newsub; 245 Regexp* newsub = child_args[0]; local 248 if (newsub->op() == kRegexpEmptyMatch 271 Regexp* newsub = child_args[0]; local [all...] |
/external/regex-re2/re2/ |
simplify.cc | 204 Regexp* newsub = child_args[i]; local 205 if (newsub != sub) { 212 Regexp* newsub = child_args[i]; local 213 newsub->Decref(); 228 Regexp* newsub = child_args[0]; local 229 if (newsub == re->sub()[0]) { 230 newsub->Decref(); 236 nre->sub()[0] = newsub; 245 Regexp* newsub = child_args[0]; local 248 if (newsub->op() == kRegexpEmptyMatch 271 Regexp* newsub = child_args[0]; local [all...] |
/external/chromium_org/third_party/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 105 const string& newsub, bool replace_all, 120 res->append(newsub); 136 const string& newsub, bool replace_all) { 138 StringReplace(s, oldsub, newsub, replace_all, &ret); [all...] |
strutil.h | 160 const string& newsub, bool replace_all);
|
/external/protobuf/src/google/protobuf/stubs/ |
strutil.cc | 105 const string& newsub, bool replace_all, 120 res->append(newsub); 136 const string& newsub, bool replace_all) { 138 StringReplace(s, oldsub, newsub, replace_all, &ret); [all...] |
strutil.h | 160 const string& newsub, bool replace_all);
|
/prebuilts/tools/common/freemarker/ |
freemarker-2.3.19.jar | |