Home
last modified time | relevance | path

Searched defs:PyUnicode_RSplit (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Include/
Dunicodeobject.h204 # define PyUnicode_RSplit PyUnicodeUCS2_RSplit macro
291 # define PyUnicode_RSplit PyUnicodeUCS4_RSplit macro
/external/python/cpython2/Objects/
Dunicodeobject.c7586 PyObject *PyUnicode_RSplit(PyObject *s, in PyUnicode_RSplit() function