Home
last modified time | relevance | path

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

/third_party/python/Objects/stringlib/
H A Dtransmogrify.h285 Py_ssize_t self_len, result_len; in stringlib_replace_interleave() local
355 Py_ssize_t self_len, result_len; stringlib_replace_delete_single_character() local
400 Py_ssize_t self_len, result_len; stringlib_replace_delete_substring() local
452 Py_ssize_t self_len; stringlib_replace_single_character_in_place() local
500 Py_ssize_t self_len, offset; stringlib_replace_substring_in_place() local
552 Py_ssize_t self_len, result_len; stringlib_replace_single_character() local
616 Py_ssize_t self_len, result_len; stringlib_replace_substring() local
[all...]
/third_party/python/Objects/
H A Dbytearrayobject.c1220 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removeprefix_impl() local
1252 Py_ssize_t self_len = PyByteArray_GET_SIZE(self); in bytearray_removesuffix_impl() local
H A Dbytesobject.c2237 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removeprefix_impl() local
2275 Py_ssize_t self_len = PyBytes_GET_SIZE(self); in bytes_removesuffix_impl() local

Completed in 8 milliseconds