Searched refs:PyUnicode_Partition (Results 1 – 6 of 6) sorted by relevance
202 # define PyUnicode_Partition PyUnicodeUCS2_Partition macro289 # define PyUnicode_Partition PyUnicodeUCS4_Partition macro1179 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
700 PyUnicode_Partition=python37.PyUnicode_Partition
1921 PyAPI_FUNC(PyObject*) PyUnicode_Partition(
7501 PyUnicode_Partition(PyObject *str_in, PyObject *sep_in) in PyUnicode_Partition() function7565 return PyUnicode_Partition((PyObject *)self, separator); in unicode_partition()
1505 return PyUnicode_Partition((PyObject *) self, sep_obj); in string_partition()
12905 PyUnicode_Partition(PyObject *str_obj, PyObject *sep_obj) in PyUnicode_Partition() function13037 return PyUnicode_Partition(self, sep); in unicode_partition()