Home
last modified time | relevance | path

Searched refs:new_substring (Results 1 – 6 of 6) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/tools/clang/scripts/
H A Dapply_edits_test.py534 def _CreateReplacement(content_string, old_substring, new_substring): argument
537 return apply_edits.Edit('r', offset, len(old_substring), new_substring)
/dports/lang/v8/v8-9.6.180.12/tools/clang/scripts/
H A Dapply_edits_test.py698 def _CreateReplacement(content_string, old_substring, new_substring): argument
701 return apply_edits.Edit('r', offset, len(old_substring), new_substring)
/dports/textproc/R-cran-stringi/stringi/man/
H A Dstri_sub.Rd127 \dontrun{x |> stri_sub_replace(1, 5, replacement='new_substring')}
/dports/games/diaspora/Diaspora_R1_Linux/Diaspora/fs2_open/code/parse/
H A Dsexp.cpp19826 char *new_substring = CTEXT(n); in sexp_string_set_substring() local
19844 int new_len = strlen(new_substring); in sexp_string_set_substring()
19849 …s ) failed: starting position is larger than the string length!", parent, pos, len, new_substring); in sexp_string_set_substring()
19857 new_text[pos] = new_substring[0]; in sexp_string_set_substring()
19869 strcpy(&new_text[pos], new_substring); in sexp_string_set_substring()
/dports/biology/gmap/gmap-2020-09-12/src/
H A Dstage3hr.c3339 Substring_T old_substring, new_substring; in Stage3end_copy() local
3363 new_substring = Substring_copy(old_substring); in Stage3end_copy()
3364 new->substrings_1toN = Listpool_push(new->substrings_1toN,listpool,(void *) new_substring); in Stage3end_copy()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/parse/
H A Dsexp.cpp21237 auto new_substring = CTEXT(n); in sexp_string_set_substring() local
21257 …s ) failed: starting position is larger than the string length!", parent, pos, len, new_substring); in sexp_string_set_substring()
21283 new_text.replace(substring_begin_byte, substring_end_byte - substring_begin_byte, new_substring); in sexp_string_set_substring()