Home
last modified time | relevance | path

Searched refs:PyUnicode_RSplit (Results 1 - 3 of 3) sorted by relevance

/third_party/python/Include/
H A Dunicodeobject.h884 PyUnicode_RSplit splits from the end of the string. If negative,
891 PyAPI_FUNC(PyObject*) PyUnicode_RSplit(
/third_party/python/PC/
H A Dpython3dll.c694 EXPORT_FUNC(PyUnicode_RSplit)
/third_party/python/Objects/
H A Dunicodeobject.c13338 PyUnicode_RSplit(PyObject *s, PyObject *sep, Py_ssize_t maxsplit) in PyUnicode_RSplit() function

Completed in 20 milliseconds