Home
last modified time | relevance | path

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

/external/python/cpython2/Include/
Dunicodeobject.h209 # define PyUnicode_Split PyUnicodeUCS2_Split macro
296 # define PyUnicode_Split PyUnicodeUCS4_Split macro
/external/python/cpython2/Objects/
Dunicodeobject.c7455 PyObject *PyUnicode_Split(PyObject *s, in PyUnicode_Split() function