Home
last modified time | relevance | path

Searched refs:_PyString_FormatLong (Results 1 – 5 of 5) sorted by relevance

/external/python/cpython2/Include/
Dbytesobject.h23 #define _PyBytes_FormatLong _PyString_FormatLong
Dstringobject.h76 PyAPI_FUNC(PyObject *) _PyString_FormatLong(PyObject*, int, int,
/external/python/cpython2/PC/os2emx/
Dpython27.def540 "_PyString_FormatLong"
/external/python/cpython2/Objects/
Dstringobject.c4003 _PyString_FormatLong(PyObject *val, int flags, int prec, int type, in _PyString_FormatLong() function
4534 temp = _PyString_FormatLong(iobj, flags, in PyString_Format()
Dunicodeobject.c8186 str = _PyString_FormatLong(val, flags, prec, type, &buf, &len); in formatlong()