Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
Dtransmogrify.h285 Py_ssize_t self_len, result_len; in stringlib_replace_interleave() local
355 Py_ssize_t self_len, result_len; in stringlib_replace_delete_single_character() local
400 Py_ssize_t self_len, result_len; in stringlib_replace_delete_substring() local
452 Py_ssize_t self_len; in stringlib_replace_single_character_in_place() local
500 Py_ssize_t self_len, offset; in stringlib_replace_substring_in_place() local
552 Py_ssize_t self_len, result_len; in stringlib_replace_single_character() local
616 Py_ssize_t self_len, result_len; in stringlib_replace_substring() local
/third_party/python/Objects/
Dbytearrayobject.c1194 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removeprefix_impl() local
1226 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removesuffix_impl() local
Dbytesobject.c2217 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removeprefix_impl() local
2255 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removesuffix_impl() local