Home
last modified time | relevance | path

Searched refs:replace_string (Results 1 – 5 of 5) sorted by relevance

/external/e2fsprogs/util/
Dsubst.c120 static void replace_string(char *begin, char *end, char *newstr) in replace_string() function
178 replace_string(ptr, end_ptr, ent->value); in substitute_line()
218 replace_string(ptr, end_ptr, ent->value); in substitute_line()
/external/v8/src/builtins/
Dbuiltins-regexp.h93 Node* replace_string);
Dbuiltins-regexp.cc2419 Node* context, Node* regexp, Node* string, Node* replace_string) { in ReplaceSimpleStringFastPath() argument
2449 string, regexp, replace_string, last_match_info); in ReplaceSimpleStringFastPath()
2471 Node* const replace_length = LoadStringLength(replace_string); in ReplaceSimpleStringFastPath()
2494 Node* const second_part = replace_string; in ReplaceSimpleStringFastPath()
2541 Node* const replace_string = in TF_BUILTIN() local
2556 Node* const dollar_ix = CallStub(indexof_callable, context, replace_string, in TF_BUILTIN()
2561 ReplaceSimpleStringFastPath(context, regexp, string, replace_string)); in TF_BUILTIN()
Dbuiltins-string.cc1407 Node* const replace_string = CallStub(tostring_callable, context, replace); in TF_BUILTIN() local
1414 match_start_index, replace_string); in TF_BUILTIN()
/external/google-breakpad/src/common/windows/
Dpdb_source_line_writer.cc956 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()