Searched refs:_PyString_FormatLong (Results 1 – 5 of 5) sorted by relevance
/external/python/cpython2/Include/ |
D | bytesobject.h | 23 #define _PyBytes_FormatLong _PyString_FormatLong
|
D | stringobject.h | 76 PyAPI_FUNC(PyObject *) _PyString_FormatLong(PyObject*, int, int,
|
/external/python/cpython2/PC/os2emx/ |
D | python27.def | 540 "_PyString_FormatLong"
|
/external/python/cpython2/Objects/ |
D | stringobject.c | 4003 _PyString_FormatLong(PyObject *val, int flags, int prec, int type, in _PyString_FormatLong() function 4534 temp = _PyString_FormatLong(iobj, flags, in PyString_Format()
|
D | unicodeobject.c | 8186 str = _PyString_FormatLong(val, flags, prec, type, &buf, &len); in formatlong()
|