Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h202 # define PyUnicode_Partition PyUnicodeUCS2_Partition macro
289 # define PyUnicode_Partition PyUnicodeUCS4_Partition macro
/external/python/cpython2/Objects/
Dunicodeobject.c7506 PyUnicode_Partition(PyObject *str_in, PyObject *sep_in) in PyUnicode_Partition() function