Home
last modified time | relevance | path

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

/external/python/cpython2/Objects/
Dunicodeobject.c7563 unicode_partition(PyUnicodeObject *self, PyObject *separator) in unicode_partition() function
/external/python/cpython3/Objects/
Dunicodeobject.c13034 unicode_partition(PyObject *self, PyObject *sep) in unicode_partition() function