Searched refs:PyInt_FromString (Results  1 – 7 of 7) sorted by relevance
| /external/python/cpython2/Include/ | 
| D | intobject.h | 37 PyAPI_FUNC(PyObject *) PyInt_FromString(char*, char**, int);
  | 
| /external/python/cpython2/Objects/ | 
| D | intobject.c | 352 PyInt_FromString(char *s, char **pend, int base)  in PyInt_FromString()  function 416     result = PyInt_FromString(buffer, NULL, base);  in PyInt_FromUnicode() 1099         return PyInt_FromString(string, NULL, base);  in int_new()
  | 
| D | abstract.c | 1473     x = PyInt_FromString((char*)s, &end, 10);
  | 
| /external/python/cpython2/Doc/c-api/ | 
| D | int.rst | 41 .. c:function:: PyObject* PyInt_FromString(char *str, char **pend, int base)
  | 
| /external/python/cpython2/Doc/data/ | 
| D | refcounts.dat | 553 PyInt_FromString:PyObject*::+1: 554 PyInt_FromString:char*:str:0: 555 PyInt_FromString:char**:pend:0: 556 PyInt_FromString:int:base:0:
  | 
| /external/python/cpython2/PC/os2emx/ | 
| D | python27.def | 358   "PyInt_FromString"
  | 
| /external/python/cpython2/Modules/ | 
| D | _json.c | 1389             rval = PyInt_FromString(PyString_AS_STRING(numstr), NULL, 10);  in _match_number_str()
  |