Home
last modified time | relevance | path

Searched defs:PyUnicode_RPartition (Results 1 – 3 of 3) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h203 # define PyUnicode_RPartition PyUnicodeUCS2_RPartition macro
290 # define PyUnicode_RPartition PyUnicodeUCS4_RPartition macro
/external/python/cpython2/Objects/
Dunicodeobject.c7529 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) in PyUnicode_RPartition() function
/external/python/cpython3/Objects/
Dunicodeobject.c12962 PyUnicode_RPartition(PyObject *str_obj, PyObject *sep_obj) in PyUnicode_RPartition() function