Home
last modified time | relevance | path

Searched defs:PyUnicode_RPartition (Results 1 – 2 of 2) 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.c7534 PyUnicode_RPartition(PyObject *str_in, PyObject *sep_in) in PyUnicode_RPartition() function