Home
last modified time | relevance | path

Searched defs:sep_obj (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Objects/stringlib/
Dpartition.h13 PyObject* sep_obj, in stringlib_partition()
63 PyObject* sep_obj, in stringlib_rpartition()
/external/python/cpython2/Objects/
Dbytearrayobject.c2106 bytearray_partition(PyByteArrayObject *self, PyObject *sep_obj) in bytearray_partition()
2134 bytearray_rpartition(PyByteArrayObject *self, PyObject *sep_obj) in bytearray_rpartition()
Dstringobject.c1488 string_partition(PyStringObject *self, PyObject *sep_obj) in string_partition()
1519 string_rpartition(PyStringObject *self, PyObject *sep_obj) in string_rpartition()
Dunicodeobject.c7509 PyObject* sep_obj; in PyUnicode_Partition() local
7537 PyObject* sep_obj; in PyUnicode_RPartition() local