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

/external/python/cpython3/Objects/stringlib/
H A Dtransmogrify.h353 const char *from_s, Py_ssize_t from_len,
366 from_s, from_len,
387 from_s, from_len,
452 const char *from_s, Py_ssize_t from_len,
467 from_s, from_len,
490 from_s, from_len,
568 const char *from_s, Py_ssize_t from_len,
582 from_s, from_len,
609 from_s, from_len,
637 const char *from_s, Py_ssize_
352 stringlib_replace_delete_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) argument
451 stringlib_replace_substring_in_place(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
567 stringlib_replace_substring(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
636 stringlib_replace(PyObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
[all...]
/external/python/cpython2/Objects/
H A Dbytearrayobject.c1672 const char *from_s, Py_ssize_t from_len,
1685 from_s, from_len,
1706 from_s, from_len,
1769 const char *from_s, Py_ssize_t from_len,
1784 from_s, from_len,
1806 from_s, from_len,
1887 const char *from_s, Py_ssize_t from_len,
1901 from_s, from_len,
1931 from_s, from_len,
1959 const char *from_s, Py_ssize_
1671 replace_delete_substring(PyByteArrayObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) argument
1768 replace_substring_in_place(PyByteArrayObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
1886 replace_substring(PyByteArrayObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
1958 replace(PyByteArrayObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
[all...]
H A Dstringobject.c2459 const char *from_s, Py_ssize_t from_len,
2471 from_s, from_len,
2492 from_s, from_len,
2555 const char *from_s, Py_ssize_t from_len,
2570 from_s, from_len,
2592 from_s, from_len,
2673 const char *from_s, Py_ssize_t from_len,
2686 from_s, from_len,
2716 from_s, from_len,
2744 const char *from_s, Py_ssize_
2458 replace_delete_substring(PyStringObject *self, const char *from_s, Py_ssize_t from_len, Py_ssize_t maxcount) argument
2554 replace_substring_in_place(PyStringObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
2672 replace_substring(PyStringObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
2743 replace(PyStringObject *self, const char *from_s, Py_ssize_t from_len, const char *to_s, Py_ssize_t to_len, Py_ssize_t maxcount) argument
2824 const char *from_s, *to_s; local
[all...]

Completed in 780 milliseconds