Searched refs:_PyUnicode_FormatLong (Results 1 – 4 of 4) sorted by relevance
/external/python/cpython3/Include/ |
D | unicodeobject.h | 2299 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
|
/external/python/cpython3/Objects/ |
D | bytesobject.c | 467 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong() 481 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
|
D | unicodeobject.c | 14146 _PyUnicode_FormatLong(PyObject *val, int alt, int prec, int type) in _PyUnicode_FormatLong() function 14349 res = _PyUnicode_FormatLong(iobj, arg->flags & F_ALT, arg->prec, type); in mainformatlong()
|
/external/python/cpython2/Objects/ |
D | bytesobject.c | 461 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong() 475 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
|