Home
last modified time | relevance | path

Searched refs:replacement_string (Results 1 – 9 of 9) sorted by relevance

/third_party/libphonenumber/cpp/src/phonenumbers/
Dregexp_adapter.h172 const string& replacement_string) const = 0;
176 const string& replacement_string) const { in Replace() argument
177 return Replace(string_to_process, false, replacement_string); in Replace()
181 const string& replacement_string) const { in GlobalReplace() argument
182 return Replace(string_to_process, true, replacement_string); in GlobalReplace()
Dregexp_adapter_icu.cc183 const string& replacement_string) const { in Replace()
203 Utf8StringToUnicodeString(replacement_string), in Replace()
210 Utf8StringToUnicodeString(replacement_string), in Replace()
Dregexp_adapter_re2.cc138 const string& replacement_string) const { in Replace()
141 TransformRegularExpressionToRE2Syntax(replacement_string); in Replace()
/third_party/skia/third_party/externals/abseil-cpp/absl/strings/
Dstr_replace_benchmark.cc77 const char* replacement_string = nullptr; in SetUpStrings() local
83 replacement_string = r.replacement; in SetUpStrings()
88 replacement_string); in SetUpStrings()
89 next_pos += strlen(replacement_string); in SetUpStrings()
/third_party/node/deps/v8/src/builtins/
Dbuiltins-string-gen.cc977 const TNode<String> replacement_string = CAST( in GetSubstitution() local
980 var_result = replacement_string; in GetSubstitution()
1117 const TNode<String> replacement_string = in TF_BUILTIN() local
1120 var_result.value(), replacement_string)); in TF_BUILTIN()
/third_party/node/src/
Denv_properties.h262 V(replacement_string, "replacement") \
Dcares_wrap.cc490 env->replacement_string(), in ParseNaptrReply()
/third_party/protobuf/src/google/protobuf/
Dunittest.proto658 optional string replacement_string = 27 [default="${unknown}"]; field
/third_party/protobuf/csharp/protos/
Dunittest.proto648 optional string replacement_string = 27 [default="${unknown}"]; field