Home
last modified time | relevance | path

Searched defs:self_len (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython3/Objects/stringlib/
Dtransmogrify.h243 Py_ssize_t self_len, result_len; in stringlib_replace_interleave() local
313 Py_ssize_t self_len, result_len; in stringlib_replace_delete_single_character() local
358 Py_ssize_t self_len, result_len; in stringlib_replace_delete_substring() local
410 Py_ssize_t self_len; in stringlib_replace_single_character_in_place() local
458 Py_ssize_t self_len, offset; in stringlib_replace_substring_in_place() local
510 Py_ssize_t self_len, result_len; in stringlib_replace_single_character() local
574 Py_ssize_t self_len, result_len; in stringlib_replace_substring() local
/external/python/cpython2/Objects/
Dbytearrayobject.c1594 Py_ssize_t self_len, result_len; in replace_interleave() local
1653 Py_ssize_t self_len, result_len; in replace_delete_single_character() local
1697 Py_ssize_t self_len, result_len; in replace_delete_substring() local
1748 Py_ssize_t self_len; in replace_single_character_in_place() local
1795 Py_ssize_t self_len, offset; in replace_substring_in_place() local
1846 Py_ssize_t self_len, result_len; in replace_single_character() local
1909 Py_ssize_t self_len, result_len; in replace_substring() local
Dstringobject.c2366 Py_ssize_t self_len, result_len; in replace_interleave() local
2425 Py_ssize_t self_len, result_len; in replace_delete_single_character() local
2468 Py_ssize_t self_len, result_len; in replace_delete_substring() local
2519 Py_ssize_t self_len; in replace_single_character_in_place() local
2566 Py_ssize_t self_len, offset; in replace_substring_in_place() local
2617 Py_ssize_t self_len, result_len; in replace_single_character() local
2679 Py_ssize_t self_len, result_len; in replace_substring() local