Searched refs:PyUnicode_RPartition (Results 1 – 3 of 3) sorted by relevance
203 # define PyUnicode_RPartition PyUnicodeUCS2_RPartition macro290 # define PyUnicode_RPartition PyUnicodeUCS4_RPartition macro1187 PyAPI_FUNC(PyObject*) PyUnicode_RPartition(
7534 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) in PyUnicode_RPartition() function7583 return PyUnicode_RPartition((PyObject *)self, separator); in unicode_rpartition()
1530 return PyUnicode_RPartition((PyObject *) self, sep_obj); in string_rpartition()