Home
last modified time | relevance | path

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

/external/python/cpython3/Include/
Dunicodeobject.h2299 PyAPI_FUNC(PyObject*) _PyUnicode_FormatLong(PyObject *, int, int, int);
/external/python/cpython3/Objects/
Dbytesobject.c467 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong()
481 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()
Dunicodeobject.c14146 _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/
Dbytesobject.c461 return _PyUnicode_FormatLong(v, flags & F_ALT, prec, type); in formatlong()
475 result = _PyUnicode_FormatLong(iobj, flags & F_ALT, prec, type); in formatlong()