Searched refs:replace_string (Results 1 – 6 of 6) sorted by relevance
/external/e2fsprogs/util/ |
D | subst.c | 121 static void replace_string(char *begin, char *end, char *newstr) in replace_string() function 179 replace_string(ptr, end_ptr, ent->value); in substitute_line() 219 replace_string(ptr, end_ptr, ent->value); in substitute_line()
|
/external/google-breakpad/src/common/windows/ |
D | pdb_source_line_writer.cc | 956 const wchar_t *replace_string = L"(void)"; in GetSymbolFunctionName() local 957 const size_t replace_length = wcslen(replace_string); in GetSymbolFunctionName() 962 if (wcscmp(name_end, replace_string) == 0) { in GetSymbolFunctionName()
|
/external/v8/src/builtins/ |
D | builtins-string-gen.h | 21 Node* replace_string);
|
D | builtins-regexp-gen.h | 144 TNode<String> replace_string);
|
D | builtins-string-gen.cc | 1183 Node* match_end_index, Node* replace_string) { in GetSubstitution() argument 1185 CSA_ASSERT(this, IsString(replace_string)); in GetSubstitution() 1189 VARIABLE(var_result, MachineRepresentation::kTagged, replace_string); in GetSubstitution() 1200 TNode<Smi> const dollar_index = IndexOfDollarChar(context, replace_string); in GetSubstitution() 1212 match_start_index, replace_string, dollar_index); in GetSubstitution() 1475 Node* const replace_string = ToString_Inline(context, replace); in TF_BUILTIN() local 1478 match_end_index, replace_string); in TF_BUILTIN()
|
D | builtins-regexp-gen.cc | 2860 TNode<String> replace_string) { in ReplaceSimpleStringFastPath() argument 2899 TNode<Smi> const replace_length = LoadStringLengthAsSmi(replace_string); in ReplaceSimpleStringFastPath() 2913 var_result.value(), replace_string)); in ReplaceSimpleStringFastPath() 2968 TNode<String> const replace_string = in TF_BUILTIN() local 2983 CAST(CallBuiltin(Builtins::kStringIndexOf, context, replace_string, in TF_BUILTIN() 2988 ReplaceSimpleStringFastPath(context, regexp, string, replace_string)); in TF_BUILTIN()
|