HomeSort by relevance Sort by last modified time
    Searched defs:replace_string (Results 1 - 6 of 6) sorted by null

  /frameworks/base/tools/streaming_proto/
string_utils.cpp 80 replace_string(const string& str, const char replace, const char with) function in namespace:android::stream_proto
  /external/e2fsprogs/util/
subst.c 120 static void replace_string(char *begin, char *end, char *newstr) function
178 replace_string(ptr, end_ptr, ent->value);
218 replace_string(ptr, end_ptr, ent->value);
  /frameworks/base/tools/incident_section_gen/
main.cpp 519 static string replace_string(const string& str, const char replace, const char with) function
551 printf("%s%s,\n", indent.c_str(), replace_string(text.str(), '\n', ' ').c_str());
  /external/google-breakpad/src/common/windows/
pdb_source_line_writer.cc 956 const wchar_t *replace_string = L"(void)"; local
957 const size_t replace_length = wcslen(replace_string);
962 if (wcscmp(name_end, replace_string) == 0) {
    [all...]
  /external/v8/src/builtins/
builtins-string.cc 1399 Node* const replace_string = CallStub(tostring_callable, context, replace); local
    [all...]
builtins-regexp.cc 2541 Node* const replace_string = local
    [all...]

Completed in 3756 milliseconds