Searched defs:self_len (Results 1 – 3 of 3) sorted by relevance
285 Py_ssize_t self_len, result_len; in stringlib_replace_interleave() local355 Py_ssize_t self_len, result_len; in stringlib_replace_delete_single_character() local400 Py_ssize_t self_len, result_len; in stringlib_replace_delete_substring() local452 Py_ssize_t self_len; in stringlib_replace_single_character_in_place() local500 Py_ssize_t self_len, offset; in stringlib_replace_substring_in_place() local552 Py_ssize_t self_len, result_len; in stringlib_replace_single_character() local616 Py_ssize_t self_len, result_len; in stringlib_replace_substring() local
1194 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removeprefix_impl() local1226 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removesuffix_impl() local
2217 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removeprefix_impl() local2255 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removesuffix_impl() local