Home
last modified time | relevance | path

Searched refs:PyInt_FromUnicode (Results 1 – 4 of 4) sorted by relevance

/external/python/cpython2/Include/
Dintobject.h39 PyAPI_FUNC(PyObject *) PyInt_FromUnicode(Py_UNICODE*, Py_ssize_t, int);
/external/python/cpython2/Objects/
Dintobject.c404 PyInt_FromUnicode(Py_UNICODE *s, Py_ssize_t length, int base) in PyInt_FromUnicode() function
1103 return PyInt_FromUnicode(PyUnicode_AS_UNICODE(x), in int_new()
Dabstract.c1662 return PyInt_FromUnicode(PyUnicode_AS_UNICODE(o),
/external/python/cpython2/PC/os2emx/
Dpython27.def361 "PyInt_FromUnicode"