Searched refs:PyUnicode_RPartition (Results 1 – 6 of 6) sorted by relevance
203 # define PyUnicode_RPartition PyUnicodeUCS2_RPartition macro290 # define PyUnicode_RPartition PyUnicodeUCS4_RPartition macro1187 PyAPI_FUNC(PyObject*) PyUnicode_RPartition(
701 PyUnicode_RPartition=python37.PyUnicode_RPartition
1929 PyAPI_FUNC(PyObject*) PyUnicode_RPartition(
7529 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) in PyUnicode_RPartition() function7578 return PyUnicode_RPartition((PyObject *)self, separator); in unicode_rpartition()
1536 return PyUnicode_RPartition((PyObject *) self, sep_obj); in string_rpartition()
12962 PyUnicode_RPartition(PyObject *str_obj, PyObject *sep_obj) in PyUnicode_RPartition() function13057 return PyUnicode_RPartition(self, sep); in unicode_rpartition()