Home
last modified time | relevance | path

Searched refs:unicode_startswith (Results 1 – 2 of 2) sorted by relevance

/external/python/cpython2/Objects/
Dunicodeobject.c7757 unicode_startswith(PyUnicodeObject *self, in unicode_startswith() function
7936 {"startswith", (PyCFunction) unicode_startswith, METH_VARARGS, startswith__doc__},
/external/python/cpython3/Objects/
Dunicodeobject.c13365 unicode_startswith(PyObject *self, in unicode_startswith() function
13909 {"startswith", (PyCFunction) unicode_startswith, METH_VARARGS, startswith__doc__},